changes to make cmd compile (not link)
[reactos.git] / rosapps / cmd / batch.c
index b1ea5be..36df898 100644 (file)
  *        Unicode safe!
  */
 
-#define WIN32_LEAN_AND_MEAN
-
 #include "config.h"
 
 #include <windows.h>
 #include <tchar.h>
 #include <string.h>
 #include <stdlib.h>
+#include <ctype.h>
 
 #include "cmd.h"
 #include "batch.h"