summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'pthread.h')
-rw-r--r--pthread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pthread.h b/pthread.h
index 1002af3..294fe4c 100644
--- a/pthread.h
+++ b/pthread.h
@@ -112,7 +112,7 @@
#ifdef _UWIN
# define HAVE_STRUCT_TIMESPEC 1
# define HAVE_SIGNAL_H 1
-# undef HAVE_CONFIG_H
+# undef HAVE_PTW32_CONFIG_H
# pragma comment(lib, "pthread")
#endif
@@ -210,9 +210,9 @@ typedef unsigned long DWORD_PTR;
* -----------------
*/
-#if HAVE_CONFIG_H
+#if HAVE_PTW32_CONFIG_H
#include "config.h"
-#endif /* HAVE_CONFIG_H */
+#endif /* HAVE_PTW32_CONFIG_H */
#ifndef NEED_FTIME
#include <time.h>