include windows.h
This commit is contained in:
parent
9c94971617
commit
cde3a17500
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue