Revert one line from #856 that accidentally changed the include path for Windows.h

This commit is contained in:
Alex Miller 2018-10-23 18:31:17 -07:00
parent 039fbe299e
commit a074dc2a60
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
#include <string.h>
#ifdef WIN32
#include "fdbserver/Windows.h"
#include <Windows.h>
#endif
#ifdef __unixish__