X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Flock.h;h=d813397e513777d76a535cac9177c53bb3513724;hp=065ceded55ab5b71706ed22546db97fbb31219e9;hb=a9e55d43262d11a916bdfa68cd1de0174d884cd3;hpb=5dc23121215039938a9ef4e59ae934312774571c diff --git a/src/lock.h b/src/lock.h index 065ceded..d813397e 100644 --- a/src/lock.h +++ b/src/lock.h @@ -7,12 +7,12 @@ it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - + Stockfish is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see . */ @@ -87,7 +87,7 @@ typedef pthread_mutex_t Lock; #else -# include +#include typedef CRITICAL_SECTION Lock; # define lock_init(x, y) InitializeCriticalSection(x)