From c28783ee430b106b636bf636bddf0799126a19d5 Mon Sep 17 00:00:00 2001
From: "chirs241097@gmail.com"
 <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb>
Date: Fri, 21 Mar 2014 13:17:10 +0000
Subject: Experimental support for cross compiling with mingw-w64. Fix blinking
 HangUpText. Exit 1 if not terminated correctly.

---
 hgehelp/hgeguictrls.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'hgehelp')

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
 */
-- 
cgit v1.2.3