txlyre 1 day ago
parent
commit
dfe08c4e66
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, __) (_fullpath(NULL, (p), 0))
 #endif
 
 #define __STR0(x) #x