1 #ifndef _FINGER_PCH_ 2 #define _FINGER_PCH_ 3 4 #include <stdio.h> 5 #include <stdlib.h> 6 7 #define WIN32_NO_STATUS 8 #include <windef.h> 9 #define _INC_WINDOWS 10 #include <winsock2.h> 11 12 #include "err.h" 13 14 #endif /* _FINGER_PCH_ */ 15
1 #ifndef _FINGER_PCH_ 2 #define _FINGER_PCH_ 3 4 #include <stdio.h> 5 #include <stdlib.h> 6 7 #define WIN32_NO_STATUS 8 #include <windef.h> 9 #define _INC_WINDOWS 10 #include <winsock2.h> 11 12 #include "err.h" 13 14 #endif /* _FINGER_PCH_ */ 15