summaryrefslogtreecommitdiff
path: root/thread_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'thread_win32.h')
-rw-r--r--thread_win32.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/thread_win32.h b/thread_win32.h
index 60083da0a1..4fd5f8b10f 100644
--- a/thread_win32.h
+++ b/thread_win32.h
@@ -1,3 +1,5 @@
+#ifndef RUBY_THREAD_WIN32_H
+#define RUBY_THREAD_WIN32_H
/**********************************************************************
thread_win32.h -
@@ -9,8 +11,6 @@
**********************************************************************/
/* interface */
-#ifndef RUBY_THREAD_WIN32_H
-#define RUBY_THREAD_WIN32_H
# ifdef __CYGWIN__
# undef _WIN32
@@ -33,4 +33,3 @@ typedef struct rb_global_vm_lock_struct {
} rb_global_vm_lock_t;
#endif /* RUBY_THREAD_WIN32_H */
-