summaryrefslogtreecommitdiff
path: root/pthread.h
diff options
context:
space:
mode:
authorrpj <rpj>2011-03-06 15:01:05 +0000
committerrpj <rpj>2011-03-06 15:01:05 +0000
commita39dab139b7c301ffd5a5592c292123c54e686cd (patch)
tree73aeb7a868f7c075de9ec43344d17d21f99763f9 /pthread.h
parent1183e5acfa10c7bda1dc39034d6e2fa6dec6016f (diff)
More 64 bit cast fixups
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>