mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
Fix building mdi test on MS_VC and Mingw
svn path=/trunk/; revision=10986
This commit is contained in:
parent
3cf59b7b6c
commit
ba27e813a3
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: makefile,v 1.2 2004/08/18 02:16:00 navaraf Exp $
|
||||
# $Id: makefile,v 1.3 2004/09/22 22:25:12 sedwards Exp $
|
||||
|
||||
PATH_TO_TOP = ../../..
|
||||
|
||||
|
@ -14,7 +14,7 @@ TARGET_SDKLIBS = kernel32.a gdi32.a ntdll.a comctl32.a comdlg32.a
|
|||
|
||||
TARGET_OBJECTS = $(TARGET_NAME).o
|
||||
|
||||
TARGET_CFLAGS = -Wall -Werror
|
||||
TARGET_CFLAGS = -D__USE_W32API -Wall -Werror
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
Thanks to theForger from winprog.org
|
||||
*/
|
||||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
|
||||
#include <string.h>
|
||||
#include "resource.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue