From 7bc4087ffaa4b27dbed1c97d11c8afdc150b5c54 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Sat, 8 Sep 2001 09:37:01 +0000 Subject: [PATCH] Some defines moved to win32.ch --- harbour/contrib/hgf/win32/button.prg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/harbour/contrib/hgf/win32/button.prg b/harbour/contrib/hgf/win32/button.prg index 3b154ae378..a8378c7c4f 100644 --- a/harbour/contrib/hgf/win32/button.prg +++ b/harbour/contrib/hgf/win32/button.prg @@ -53,9 +53,7 @@ #include "common.ch" #include "hbclass.ch" - -#define WS_CHILD 0x40000000 -#define WS_TABSTOP 0x00010000 +#include "win32.ch" CLASS HBButton FROM HBWinControl