diff options
Diffstat (limited to 'pthread.h')
-rw-r--r-- | pthread.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -253,12 +253,6 @@ struct timespec { #define FALSE 0 #endif /* !TRUE */ -#ifdef __MINGW32__ -#define PT_STDCALL -#else -#define PT_STDCALL __stdcall -#endif - /* * This should perhaps be in autoconf or * possibly fixed in Mingw32 to |