diff options
-rw-r--r-- | thread_win32.h | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -10,11 +10,15 @@ **********************************************************************/ /* interface */ -#ifndef THREAD_WIN32_H_INCLUDED -#define THREAD_WIN32_H_INCLUDED #include <windows.h> WINBASEAPI BOOL WINAPI TryEnterCriticalSection(IN OUT LPCRITICAL_SECTION lpCriticalSection); @@ -30,5 +34,5 @@ typedef struct native_thread_data_struct { HANDLE interrupt_event; } native_thread_data_t; -#endif /* THREAD_WIN32_H_INCLUDED */ |