diff options
| author | Magnus Hagander | 2014-07-15 12:18:39 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2014-07-15 12:18:39 +0000 |
| commit | a16bac36eca8158cbf78987e95376f610095f792 (patch) | |
| tree | 560cb781a3234f68aacb6812c82c0eafc912d2f1 /src/test/thread | |
| parent | f162fb75b329bc5370b3ece59f5ef0d5ba0f15d6 (diff) | |
Remove dependency on wsock32.lib in favor of ws2_32
ws2_32 is the new version of the library that should be used, as
it contains the require functionality from wsock32 as well as some
more (which is why some binaries were already using ws2_32).
Michael Paquier, reviewed by MauMau
Diffstat (limited to 'src/test/thread')
| -rw-r--r-- | src/test/thread/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/thread/README b/src/test/thread/README index 00ec2fff06f..4da23440f6b 100644 --- a/src/test/thread/README +++ b/src/test/thread/README @@ -40,7 +40,7 @@ to test your system however, you can do so as follows: -D_POSIX_PTHREAD_SEMANTICS \ -I../../../src/include/port/win32 \ thread_test.c \ - -lwsock32 \ + -lws2_32 \ -lpthreadgc2 3) Run thread_test.exe. You should see output like: |
