txlyre hace 1 mes
padre
commit
dfe08c4e66
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      qic.c

+ 1 - 1
qic.c

@@ -33,7 +33,7 @@ int is_directory(char *path)
 }
 
 #ifdef ON_WINDOWS
-#  define realpath(p) (_fullpath(NULL, (p), 0))
+#  define realpath(p, __) (_fullpath(NULL, (p), 0))
 #endif
 
 #define __STR0(x) #x