summaryrefslogtreecommitdiff
path: root/hgehelp/hgeguictrls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hgehelp/hgeguictrls.cpp')
-rw-r--r--hgehelp/hgeguictrls.cpp3
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
*/