File tree Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 2222#include < string>
2323#include < thread> // requires cpp11
2424
25- #include < winsock.h> // for gethostname()
26-
2725#include " ../../../PFL/PFL/PFL.h"
28-
2926// WINAPI header include just for the FOREGROUND_XXX and WORD macros and console API functions
30- #ifndef WIN32_LEAN_AND_MEAN
31- #define WIN32_LEAN_AND_MEAN
32- #endif
33- #include < windows.h>
27+ #include " ../../../PFL/PFL/winproof88.h"
28+
29+ #include < winsock.h> // for gethostname()
3430
3531// unused warnings
3632// todo: revise these warnings when C++11 compiler is set, so that std::iota, etc can be used instead of itoa
Original file line number Diff line number Diff line change 99 ###################################################################################
1010*/
1111
12-
13-
1412// copied NULL from stdlib.h to avoid including big ass headers
1513/* Define NULL pointer value */
1614#ifndef NULL
2119#endif
2220#endif
2321
24-
2522// copied WORD and DWORD from minwindef.h to avoid including big ass headers
2623#ifndef _MINWINDEF_
2724typedef unsigned long DWORD;
Original file line number Diff line number Diff line change 1616#include < mutex> // requires cpp11
1717#include < thread> // requires cpp11
1818
19- #ifndef WIN32_LEAN_AND_MEAN
20- #define WIN32_LEAN_AND_MEAN
21- #endif
22- #include < windows.h>
23-
19+ #include " ../../../PFL/PFL/winproof88.h"
2420#include " ../../../PFL/PFL/PFL.h"
2521
26-
2722#define CON_TITLE " CConsole demo program"
2823
2924
You can’t perform that action at this time.
0 commit comments