2001-12-04 Earnie Boyd <earnie@users.sf.net>
* include/winuser.h (IDC_STATIC): Don't define.
This commit is contained in:
parent
9d2dfde225
commit
937b5e4d04
@ -1,3 +1,7 @@
|
|||||||
|
2001-12-04 Earnie Boyd <earnie@users.sf.net>
|
||||||
|
|
||||||
|
* include/winuser.h (IDC_STATIC): Don't define.
|
||||||
|
|
||||||
2001-12-04 Danny Smith <dannysmith@users.sourceforge.net>
|
2001-12-04 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
Cleanup merge between SourceForge and winsup CVS.
|
Cleanup merge between SourceForge and winsup CVS.
|
||||||
|
@ -544,9 +544,14 @@ extern "C" {
|
|||||||
#define GCL_MENUNAME (-8)
|
#define GCL_MENUNAME (-8)
|
||||||
#define GCL_STYLE (-26)
|
#define GCL_STYLE (-26)
|
||||||
#define GCL_WNDPROC (-24)
|
#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. */
|
#ifndef IDC_STATIC /* May be predefined by resource compiler. */
|
||||||
#define IDC_STATIC (-1)
|
#define IDC_STATIC (-1)
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
#define IDC_ARROW MAKEINTRESOURCE(32512)
|
#define IDC_ARROW MAKEINTRESOURCE(32512)
|
||||||
#define IDC_IBEAM MAKEINTRESOURCE(32513)
|
#define IDC_IBEAM MAKEINTRESOURCE(32513)
|
||||||
#define IDC_WAIT MAKEINTRESOURCE(32514)
|
#define IDC_WAIT MAKEINTRESOURCE(32514)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user