diff options
author | chai <chaifix@163.com> | 2018-10-29 23:19:19 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-29 23:19:19 +0800 |
commit | a24f5572a38caa47a19c1f8a9bcea43d7ed88d1e (patch) | |
tree | 430d87a9dc4d99f43f5696d95a5e54b4f5916970 /src/libjin/multithread/je_thread.h | |
parent | 1a2d615c0d1cd67a8b5a52595b28b2dfcbfc4186 (diff) |
*修改头
Diffstat (limited to 'src/libjin/multithread/je_thread.h')
-rw-r--r-- | src/libjin/multithread/je_thread.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libjin/multithread/je_thread.h b/src/libjin/multithread/je_thread.h index 353690c..ec3684a 100644 --- a/src/libjin/multithread/je_thread.h +++ b/src/libjin/multithread/je_thread.h @@ -1,5 +1,5 @@ -#ifndef __JE_THREAD_H -#define __JE_THREAD_H +#ifndef __JE_THREAD_H__ +#define __JE_THREAD_H__ #include "../core/je_configuration.h" #if defined(jin_thread) @@ -164,4 +164,4 @@ namespace JinEngine #endif // defined(jin_thread) -#endif // __JE_THREAD_H
\ No newline at end of file +#endif // __JE_THREAD_H__
\ No newline at end of file |