changes to make cmd compile (not link)
[reactos.git] / reactos / apps / utils / cmd / label.c
index 2854219..6c06538 100644 (file)
@@ -14,8 +14,6 @@
  *        Unicode ready!
  */
 
-#define WIN32_LEAN_AND_MEAN
-
 #include "config.h"
 
 #ifdef INCLUDE_CMD_LABEL
@@ -23,6 +21,7 @@
 #include <windows.h>
 #include <tchar.h>
 #include <string.h>
+#include <ctype.h>
 
 #include "cmd.h"
 
@@ -118,4 +117,4 @@ INT cmd_label (LPTSTR cmd, LPTSTR param)
        return 0;
 }
 
-#endif /* INCLUDE_CMD_LABEL */
\ No newline at end of file
+#endif /* INCLUDE_CMD_LABEL */