ithewei преди 7 години
родител
ревизия
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