Browse Source

add ws2_32.lib

David Rose 21 years ago
parent
commit
7837c95cb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/metalibs/pandaexpress/Sources.pp

+ 1 - 1
panda/metalibs/pandaexpress/Sources.pp

@@ -16,6 +16,6 @@
 
 
   #define SOURCES pandaexpress.cxx
   #define SOURCES pandaexpress.cxx
   #define WIN_SYS_LIBS \
   #define WIN_SYS_LIBS \
-     advapi32.lib $[WIN_SYS_LIBS]
+     advapi32.lib ws2_32.lib $[WIN_SYS_LIBS]
 
 
 #end metalib_target
 #end metalib_target