cec: stick some interfaces before the pthread stuff, so we can add other implementati...
[deb_libcec.git] / src / lib / platform / windows / os_windows.h
index ae17d63b6537e93d09bbce38fd9f4659ceef7ae5..b35a89101508d6cf88c8b3f930d5005036e1b39c 100644 (file)
 #include <winsock2.h>
 #pragma warning(default:4005)
 
+#if defined(_WIN32)
 #include "../pthread_win32/pthread.h"
+#include "../pthreads.h"
+#endif
 
 #if defined _FILE_OFFSET_BITS && _FILE_OFFSET_BITS == 64
 # define __USE_FILE_OFFSET64   1