From cde3a175005104e061c1ff133f07c598868bdc4e Mon Sep 17 00:00:00 2001 From: Alexander Gottwald Date: Mon, 6 Dec 2004 18:28:12 +0000 Subject: [PATCH] include windows.h --- hw/xwin/ChangeLog | 5 +++++ hw/xwin/XWin.rc | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 + + * XWin.rc: + include windows.h + 2004-12-05 Alexander Gottwald * 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