Changeset 5815 for pjproject/trunk/pjlib/src/pj/os_core_win32.c
- Timestamp:
- Jun 29, 2018 2:49:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/os_core_win32.c
r5758 r5815 31 31 #include <stdio.h> 32 32 33 #if defined(PJ_HAS_WINSOCK2_H) && PJ_HAS_WINSOCK2_H != 0 34 # include <winsock2.h> 35 #endif 36 33 37 #if defined(PJ_HAS_WINSOCK_H) && PJ_HAS_WINSOCK_H != 0 34 38 # include <winsock.h> 35 #endif36 37 #if defined(PJ_HAS_WINSOCK2_H) && PJ_HAS_WINSOCK2_H != 038 # include <winsock2.h>39 39 #endif 40 40
Note: See TracChangeset
for help on using the changeset viewer.