Преглед на файлове

XXX Use static linking on Windows because miniupnpc doesn't work as DLL

Steven Murdoch преди 13 години
родител
ревизия
0ea28ccea0
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/tools/tor-fw-helper/tor-fw-helper-upnp.c

+ 1 - 0
src/tools/tor-fw-helper/tor-fw-helper-upnp.c

@@ -9,6 +9,7 @@
 
 #include "orconfig.h"
 #ifdef MINIUPNPC
+#define STATICLIB
 #include <stdint.h>
 #include <string.h>
 #include <stdio.h>