mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
use -D__USE_W32API
svn path=/trunk/; revision=14513
This commit is contained in:
parent
353bc6197c
commit
d3ab2ca78a
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.1 2003/08/15 17:06:49 gvg Exp $
|
# $Id$
|
||||||
|
|
||||||
PATH_TO_TOP = ../../../reactos
|
PATH_TO_TOP = ../../../reactos
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ TARGET_SDKLIBS = kernel32.a gdi32.a
|
||||||
|
|
||||||
TARGET_OBJECTS = maze.o
|
TARGET_OBJECTS = maze.o
|
||||||
|
|
||||||
TARGET_CFLAGS = -Wall -Werror
|
TARGET_CFLAGS = -D__USE_W32API -Wall -Werror
|
||||||
|
|
||||||
include $(PATH_TO_TOP)/rules.mak
|
include $(PATH_TO_TOP)/rules.mak
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue