// platform-independant sleep macros
//-----------------------------------------------------------------------------
-#ifndef _WIN32
+#ifndef __WIN32
#define _POSIX_C_SOURCE 199309L
#include "sleep.h"
while (nanosleep(&timeout, &timeout) && errno == EINTR);
}
-#endif // _WIN32
-
+#endif // _WIN32
\ No newline at end of file