浏览代码

Replace <> with "" in ls.c

I don't know if it makes any different in C in general, but MSVC is a
special compiler. Maybe this will fix the build.
rexim 4 年之前
父节点
当前提交
48d684c212
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/ls.c

+ 1 - 1
examples/ls.c

@@ -5,7 +5,7 @@
 
 #ifdef _WIN32
 #    define MINIRENT_IMPLEMENTATION
-#    include <minirent.h>
+#    include "minirent.h"
 #else
 #    include <dirent.h>
 #endif // _WIN32