Browse Source

better fix

txlyre 1 day ago
parent
commit
30e2e754df
1 changed files with 1 additions and 1 deletions
  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, fp) (_fullpath((fp), (p), 0))
 #endif
 
 #define __STR0(x) #x