X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=4ad08465ff30751ae3f89777ac57ff068d2485d5;hp=46c40d9bfdab92e3fe3d655f4d50e03629511c3a;hb=002062ae934c1fae3e56157e8e7e6451b552ada5;hpb=4064ee540649cb46ad4cc4a6080bd4ef41314cb9 diff --git a/src/thread.h b/src/thread.h index 46c40d9b..4ad08465 100644 --- a/src/thread.h +++ b/src/thread.h @@ -17,7 +17,7 @@ along with this program. If not, see . */ -#if !defined(THREAD_H_INCLUDED) +#ifndef THREAD_H_INCLUDED #define THREAD_H_INCLUDED #include @@ -165,4 +165,4 @@ struct ThreadPool : public std::vector { extern ThreadPool Threads; -#endif // !defined(THREAD_H_INCLUDED) +#endif // #ifndef THREAD_H_INCLUDED