aboutsummaryrefslogtreecommitdiff
path: root/ports/plplot/0002-wxwidgets-dev-fixes.patch
blob: 707c64796e23a24a2cd2421e8bba28ffa53643bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/drivers/wxwidgets_dev.cpp b/drivers/wxwidgets_dev.cpp
index f025bd8..f5881b1 100644
--- a/drivers/wxwidgets_dev.cpp
+++ b/drivers/wxwidgets_dev.cpp
@@ -31,6 +31,7 @@
 
 // Headers needed for Rand
 #ifdef WIN32
+#define _WINSOCKAPI_
 // This include must occur before any other include of stdlib.h due to
 // the #define _CRT_RAND_S
 #define _CRT_RAND_S