diff options
Diffstat (limited to 'hgehelp')
-rw-r--r-- | hgehelp/hgeguictrls.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hgehelp/hgeguictrls.cpp b/hgehelp/hgeguictrls.cpp index a02e18f..4319491 100644 --- a/hgehelp/hgeguictrls.cpp +++ b/hgehelp/hgeguictrls.cpp @@ -12,7 +12,8 @@ #include <stdio.h> #include <stdlib.h> - +#define min(a,b) ((a)<(b)?(a):(b)) +#define max(a,b) ((a)>(b)?(a):(b)) /* ** hgeGUIText */ |