Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2001-12-04 17:36:40 +0300
committerEarnie Boyd <earnie@users.sf.net>2001-12-04 17:36:40 +0300
commit937b5e4d0423181cc231f7240342ce573e75975e (patch)
treea04b9650992d066febd8bc9facf4c9ba7229a0bf
parent9d2dfde225976ab76ec67ebc8d1e593cf834e459 (diff)
2001-12-04 Earnie Boyd <earnie@users.sf.net>
* include/winuser.h (IDC_STATIC): Don't define.
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/winuser.h5
2 files changed, 9 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index a4eceb630..a48fec900 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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>
Cleanup merge between SourceForge and winsup CVS.
diff --git a/winsup/w32api/include/winuser.h b/winsup/w32api/include/winuser.h
index 4c5777bef..55bbc977e 100644
--- a/winsup/w32api/include/winuser.h
+++ b/winsup/w32api/include/winuser.h
@@ -544,9 +544,14 @@ extern "C" {
#define GCL_MENUNAME (-8)
#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)
#define IDC_IBEAM MAKEINTRESOURCE(32513)
#define IDC_WAIT MAKEINTRESOURCE(32514)