ithewei 6 anni fa
parent
commit
756752be2e
2 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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