X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Flock.h;h=1d0e78b244494de81b9566e7bcb3721e4a4511a4;hp=14fcd5d9b51309c7adb1b44b358a6ae0da35aa66;hb=df7cd94aeeb4e99bed2d46c008efdd5e24085e0f;hpb=77ac1e795340275a38cfbfdfddada0077cdbb672 diff --git a/src/lock.h b/src/lock.h index 14fcd5d9..1d0e78b2 100644 --- a/src/lock.h +++ b/src/lock.h @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2009 Marco Costalba + Copyright (C) 2008-2010 Marco Costalba, Joona Kiiski, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -99,5 +99,4 @@ typedef CRITICAL_SECTION Lock; #endif - #endif // !defined(LOCK_H_INCLUDED)