Commit 40188e72dd53aed6f7c3f77ad6526b2f523ba122

Authored by Perry Werneck
1 parent 33911d18
Exists in master and in 1 other branch develop

Fixing lib3270++ windows build.

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