Rename lock.h to platform.h

And move some more platform specific code there.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2012-03-24 09:52:41 +01:00
parent 06f33ff1ee
commit b356e0fae3
4 changed files with 40 additions and 43 deletions

View File

@@ -23,7 +23,6 @@
#include <fstream>
#include <string>
#include "lock.h"
#include "types.h"
extern const std::string engine_info(bool to_uci = false);