nt/nmake.defs: Use !if, not !ifdef. See
http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html
for the details.
2012-11-20 Eli Zaretskii <eliz@gnu.org>
+ * nmake.defs: Use !if, not !ifdef. See
+ http://lists.gnu.org/archive/html/help-emacs-windows/2012-11/msg00027.html
+ for the details.
+
* inc/stdint.h (INTPTR_MIN): Define for MSVC.
2012-11-19 Eli Zaretskii <eliz@gnu.org>
\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