Revert one line from #856 that accidentally changed the include path for Windows.h
This commit is contained in:
parent
039fbe299e
commit
a074dc2a60
|
@ -32,7 +32,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#ifdef WIN32
|
||||
#include "fdbserver/Windows.h"
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
#ifdef __unixish__
|
||||
|
|
Loading…
Reference in New Issue