mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
added CHECKED to defines
svn path=/trunk/; revision=97
This commit is contained in:
parent
f93f98a522
commit
a3a5ebb7c7
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ else
|
||||||
DEBUGGING_CFLAGS =
|
DEBUGGING_CFLAGS =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DEFINES = -DDBG
|
DEFINES = -DDBG -DCHECKED
|
||||||
|
|
||||||
ifeq ($(WIN32_LEAN_AND_MEAN),yes)
|
ifeq ($(WIN32_LEAN_AND_MEAN),yes)
|
||||||
LEAN_AND_MEAN_DEFINE = -DWIN32_LEAN_AND_MEAN
|
LEAN_AND_MEAN_DEFINE = -DWIN32_LEAN_AND_MEAN
|
||||||
|
|
Loading…
Reference in a new issue