diff options
Diffstat (limited to 'src/debug/fast_mutex.h')
-rw-r--r-- | src/debug/fast_mutex.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/debug/fast_mutex.h b/src/debug/fast_mutex.h index a6adb2db3..60ad1f305 100644 --- a/src/debug/fast_mutex.h +++ b/src/debug/fast_mutex.h @@ -39,8 +39,8 @@ * */ -#ifndef _FAST_MUTEX_H -#define _FAST_MUTEX_H +#ifndef M_FAST_MUTEX_H +#define M_FAST_MUTEX_H # if !defined(_NOTHREADS) # if !defined(_WIN32THREADS) && \ @@ -311,4 +311,4 @@ private: fast_mutex_autolock& operator=(const fast_mutex_autolock&); }; -#endif // _FAST_MUTEX_H +#endif // M_FAST_MUTEX_H |