cgen: cleanup header for MSVC (#8863)
parent
746dfe6317
commit
30ed201600
|
@ -259,7 +259,6 @@ $c_common_macros
|
||||||
|
|
||||||
#include <io.h> // _waccess
|
#include <io.h> // _waccess
|
||||||
#include <direct.h> // _wgetcwd
|
#include <direct.h> // _wgetcwd
|
||||||
//#include <WinSock2.h>
|
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
// On MSVC these are the same (as long as /volatile:ms is passed)
|
// On MSVC these are the same (as long as /volatile:ms is passed)
|
||||||
|
@ -278,8 +277,6 @@ $c_common_macros
|
||||||
|
|
||||||
#include <dbghelp.h>
|
#include <dbghelp.h>
|
||||||
#pragma comment(lib, "Dbghelp")
|
#pragma comment(lib, "Dbghelp")
|
||||||
|
|
||||||
extern wchar_t **_wenviron;
|
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
|
|
Loading…
Reference in New Issue