ithewei 6 年之前
父节点
当前提交
756752be2e
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      main.cpp.tmpl
  2. 0 0
      win32_getopt.h

+ 3 - 0
main.cpp.tmpl

@@ -3,6 +3,9 @@
 #include <string.h>
 
 #include "h.h"
+#ifdef _WIN32
+#include "win32_getopt.h"
+#endif
 
 void pexit(int code) {
     printf("Exit with code %d.\n", code);

+ 0 - 0
getopt.h → win32_getopt.h