From fea7a556d8e7dc52a47c03490c05dc147a4caa2a Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Sat, 8 Sep 2001 09:34:38 +0000 Subject: [PATCH] Added some defines --- harbour/contrib/hgf/win32/win32.ch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/harbour/contrib/hgf/win32/win32.ch b/harbour/contrib/hgf/win32/win32.ch index b09d3816c1..a71afc8074 100644 --- a/harbour/contrib/hgf/win32/win32.ch +++ b/harbour/contrib/hgf/win32/win32.ch @@ -74,4 +74,7 @@ WS_SYSMENU + WS_THICKFRAME + WS_MINIMIZEBOX + ; WS_MAXIMIZEBOX) +#define WS_CHILD 0x40000000 +#define WS_TABSTOP 0x00010000 + #endif \ No newline at end of file