From 3d6d2f3879da7ced595dd199c7cb400f28c3893f Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sat, 13 Sep 2003 10:06:18 +0000 Subject: [PATCH] removed compatibility code for old W32API headers of version 2.3 svn path=/trunk/; revision=6058 --- .../subsys/system/explorer/utility/utility.h | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/reactos/subsys/system/explorer/utility/utility.h b/reactos/subsys/system/explorer/utility/utility.h index 59a2fc145a5..f951c8f8ac2 100644 --- a/reactos/subsys/system/explorer/utility/utility.h +++ b/reactos/subsys/system/explorer/utility/utility.h @@ -55,30 +55,6 @@ #endif -#ifndef BTNS_BUTTON -#define BTNS_BUTTON TBSTYLE_BUTTON //missing in old mingw headers -#define BTNS_SEP TBSTYLE_SEP -#define BTNS_NOPREFIX TBSTYLE_NOPREFIX -#endif - -#ifndef TB_HITTEST //missing in mingw headers -#define TB_HITTEST (WM_USER+69) -#endif - -#ifndef TB_GETBUTTONINFO //missing in mingw headers -#define TB_GETBUTTONINFO (WM_USER+65) -#endif - -#ifndef __WINE__ -#ifndef SFGAO_HIDDEN //SFGAO_GHOSTED wrong defined, SFGAO_HIDDEN missing in mingw headers -#define SFGAO_HIDDEN 0x00080000L -#undef SFGAO_GHOSTED -#define SFGAO_GHOSTED 0x00008000L -#endif -#endif - - - #ifdef __cplusplus #ifdef _MSC_VER