3. This notice may not be removed or altered from any source
distribution.
*/
-
-#if defined(STDC_NO_THREADS)
/* 2013-01-06 Camilla Löwy <elmindreda@glfw.org>
*
* Added casts from time_t to DWORD to avoid warnings on VC++.
#endif
return 0;
}
-#endif // _TTHREAD_EMULATE_CLOCK_GETTIME_
-#endif // END OF STDC_NO_THREADS
\ No newline at end of file
+#endif // _TTHREAD_EMULATE_CLOCK_GETTIME_
\ No newline at end of file
#ifndef _TINYCTHREAD_H_
#define _TINYCTHREAD_H_
-#if defined(STDC_NO_THREADS)
/**
* @file
* @mainpage TinyCThread API Reference
* not be honored.
*/
int tss_set(tss_t key, void *val);
-
-#else
-#include <threads.h>
-#endif
#endif /* _TINYTHREAD_H_ */
\ No newline at end of file