include windows.h

This commit is contained in:
Alexander Gottwald 2004-12-06 18:28:12 +00:00
parent 9c94971617
commit cde3a17500
2 changed files with 7 additions and 1 deletions

View File

@ -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:

View File

@ -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