more lower case changes for Makefile -> makefile
[reactos.git] / reactos / tools / rmkdir.c
index 1c6eff1..b2120bb 100644 (file)
 #if defined(WIN32)
 #define DIR_SEPARATOR_CHAR '\\'
 #define DIR_SEPARATOR_STRING "\\"
+#define DOS_PATHS
 #else
 #define DIR_SEPARATOR_CHAR '/'
 #define DIR_SEPARATOR_STRING "/"
+#define UNIX_PATHS
 #endif 
 
 char* convert_path(char* origpath)