mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
__USE_W32API
svn path=/trunk/; revision=14514
This commit is contained in:
parent
d3ab2ca78a
commit
8a7c057498
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.2 2003/03/07 00:13:22 gvg Exp $
|
# $Id$
|
||||||
|
|
||||||
PATH_TO_TOP = ../../../reactos
|
PATH_TO_TOP = ../../../reactos
|
||||||
|
|
||||||
|
@ -12,6 +12,8 @@ TARGET_SDKLIBS = kernel32.a gdi32.a
|
||||||
|
|
||||||
TARGET_OBJECTS = main.o dialog.o
|
TARGET_OBJECTS = main.o dialog.o
|
||||||
|
|
||||||
|
TARGET_CFLAGS = -D__USE_W32API
|
||||||
|
|
||||||
include $(PATH_TO_TOP)/rules.mak
|
include $(PATH_TO_TOP)/rules.mak
|
||||||
|
|
||||||
include $(TOOLS_PATH)/helper.mk
|
include $(TOOLS_PATH)/helper.mk
|
||||||
|
|
Loading…
Reference in a new issue