diff options
Diffstat (limited to 'mysys/my_winthread.c')
-rw-r--r-- | mysys/my_winthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_winthread.c b/mysys/my_winthread.c index 1ca32d58832..19d4a707062 100644 --- a/mysys/my_winthread.c +++ b/mysys/my_winthread.c @@ -18,7 +18,7 @@ *****************************************************************************/ #if defined (_WIN32) /* SAFE_MUTEX will not work until the thread structure is up to date */ -#warning #include <my_global.h> + #undef SAFE_MUTEX #include "mysys_priv.h" #include <process.h> |