Fix !ifdef in nmake.defs.
[bpt/emacs.git] / nt / nmake.defs
index 48809af..16a787e 100644 (file)
@@ -116,7 +116,7 @@ RC_INCLUDE  = -i
 \r
 USE_CRT_DLL    = 1\r
 \r
-!ifdef USE_CRT_DLL\r
+!if USE_CRT_DLL\r
 libc           = msvcrt$(D).lib\r
 EMACS_EXTRA_C_FLAGS= -D_DLL -D_MT -DUSE_CRT_DLL=1\r
 !else\r