Skip to content
Snippets Groups Projects
Commit 559dc72b authored by deuce's avatar deuce
Browse files

Make xpdev OS/X compatible out of the box

parent 0c3ba329
Branches
Tags
No related merge requests found
......@@ -198,7 +198,7 @@ extern "C" {
#define SLEEP(x) DosSleep(x)
#define BEEP(freq,dur) DosBeep(freq,dur)
#elif defined(__unix__)
#elif defined(__unix__) || defined(__APPLE__)
#if defined(_PTH_PTHREAD_H_)
#define SLEEP(x) ({ int y=x; struct timeval tv; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment