[ros-diffs] [hbirr] 14993: - Use the WIN32 option to select the correct mkdir.

hbirr at svn.reactos.com hbirr at svn.reactos.com
Thu May 5 13:28:50 CEST 2005


- Use the WIN32 option to select the correct mkdir.
Modified: trunk/reactos/tools/rmkdir.c
  _____  

Modified: trunk/reactos/tools/rmkdir.c
--- trunk/reactos/tools/rmkdir.c	2005-05-05 11:26:32 UTC (rev
14992)
+++ trunk/reactos/tools/rmkdir.c	2005-05-05 11:28:49 UTC (rev
14993)
@@ -58,7 +58,7 @@

      {
 	return(0);
      }
-#ifdef UNIX_PATHS
+#ifndef WIN32
    if (mkdir(path, 0755) != 0)
      {
 	perror("Failed to create directory");
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050505/b5bbf086/attachment.html


More information about the Ros-diffs mailing list