summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-12-06 18:28:12 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-12-06 18:28:12 +0000
commitcde3a175005104e061c1ff133f07c598868bdc4e (patch)
tree08e33c3a3e7514116a3b171cf69f2c37b1aef6ea
parent9c94971617db11861aed82e16804fc14a9ca1260 (diff)
include windows.h
-rw-r--r--hw/xwin/ChangeLog5
-rw-r--r--hw/xwin/XWin.rc3
2 files changed, 7 insertions, 1 deletions
diff --git a/hw/xwin/ChangeLog b/hw/xwin/ChangeLog
index b6fc206d8..f6709ea5a 100644
--- a/hw/xwin/ChangeLog
+++ b/hw/xwin/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-06 Alexander Gottwald <ago at freedesktop dot org>
+
+ * XWin.rc:
+ include windows.h
+
2004-12-05 Alexander Gottwald <ago at freedesktop dot org>
* ddraw.h:
diff --git a/hw/xwin/XWin.rc b/hw/xwin/XWin.rc
index dcde0b52d..91f528710 100644
--- a/hw/xwin/XWin.rc
+++ b/hw/xwin/XWin.rc
@@ -28,6 +28,7 @@
* Authors: Harold L Hunt II
*/
+#include "windows.h"
#include "winresource.h"
@@ -37,7 +38,7 @@
/* About */
ABOUT_BOX DIALOG DISCARDABLE 32, 32, 240, 105
-STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | WS_TABSTOP | DS_CENTERMOUSE
+STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE | WS_TABSTOP | DS_CENTERMOUSE
CAPTION "About Cygwin/X"
FONT 8, "MS Sans Serif"
BEGIN