tg-construct: fix windows build
This commit is contained in:
parent
18bd2aa4e0
commit
75519f886a
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# include <windows.h>
|
||||
# define sleep(x) Sleep(x*1000)
|
||||
#endif
|
||||
|
||||
#include <boost/thread.hpp>
|
||||
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
|
|
Loading…
Add table
Reference in a new issue