Skip to content
Snippets Groups Projects
Commit b6aaefa7 authored by rswindell's avatar rswindell
Browse files

Needed to #define INCL_BASE before #including os2.h to get DosSleep prototype.

parent 15ecd02f
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@
#define WIN32_LEAN_AND_MEAN /* Don't bring in excess baggage */
#include <windows.h>
#elif defined(__OS2__)
#define INCL_BASE /* need this for DosSleep prototype */
#include <os2.h>
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment