소스 검색

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>