]> git.sesse.net Git - stockfish/blobdiff - src/lock.h
Move all enum types definitions to types.h
[stockfish] / src / lock.h
index 9bf59afadc8a8d4fc2949850fdcf6a32c1cbb1f8..939b7da0ad544052b104ce04d0c1b13a92c02469 100644 (file)
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-
 #if !defined(LOCK_H_INCLUDED)
 #define LOCK_H_INCLUDED
 
-
 #if !defined(_MSC_VER)
 
 #  include <pthread.h>