|
From: Earnie B. <ea...@us...> - 2001-12-04 15:16:19
|
Update of /cvsroot/mingw/w32api/include In directory usw-pr-cvs1:/tmp/cvs-serv22926/include Modified Files: winuser.h Log Message: 2001-12-04 Earnie Boyd <ea...@us...> * include/winuser.h (IDC_STATIC): Don't define. Index: winuser.h =================================================================== RCS file: /cvsroot/mingw/w32api/include/winuser.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** winuser.h 2001/11/16 00:57:36 1.7 --- winuser.h 2001/12/04 14:38:19 1.8 *************** *** 545,550 **** --- 545,555 ---- #define GCL_STYLE (-26) #define GCL_WNDPROC (-24) + #if 0 + /* This is supposed to be defined by the program using it not defined + in the win32api headers. I've left it here for documentation purposes. + */ #ifndef IDC_STATIC /* May be predefined by resource compiler. */ #define IDC_STATIC (-1) + #endif #endif #define IDC_ARROW MAKEINTRESOURCE(32512) |