summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/pthread.h b/pthread.h
index 29961f2..af982b3 100644
--- a/pthread.h
+++ b/pthread.h
@@ -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