Commit cfeeddbfed2988408dc9af7996080425475cf550

Authored by Perry Werneck
1 parent 0021b0f2

Fixing lib3270++ windows build.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/lib3270++/private.h
@@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
42 42
43 #include <config.h> 43 #include <config.h>
44 44
45 - #ifdef WIN32 45 + #ifdef _WIN32
46 #include <winsock2.h> 46 #include <winsock2.h>
47 #include <windows.h> 47 #include <windows.h>
48 #include <ws2tcpip.h> 48 #include <ws2tcpip.h>