Cosmetics.

This commit is contained in:
Bartosz Taudul 2019-02-19 19:36:30 +01:00
parent 3f914834b7
commit d560f7a203

View File

@ -8,9 +8,9 @@
#endif
#ifdef _WIN32
#ifndef _WINDOWS_
# ifndef _WINDOWS_
extern "C" __declspec(dllimport) unsigned long __stdcall GetCurrentThreadId(void);
#endif
# endif
#else
# include <pthread.h>
#endif