mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: cleanup header for MSVC (#8863)
This commit is contained in:
parent
746dfe6317
commit
30ed201600
@ -259,7 +259,6 @@ $c_common_macros
|
||||
|
||||
#include <io.h> // _waccess
|
||||
#include <direct.h> // _wgetcwd
|
||||
//#include <WinSock2.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
// On MSVC these are the same (as long as /volatile:ms is passed)
|
||||
@ -278,8 +277,6 @@ $c_common_macros
|
||||
|
||||
#include <dbghelp.h>
|
||||
#pragma comment(lib, "Dbghelp")
|
||||
|
||||
extern wchar_t **_wenviron;
|
||||
#endif
|
||||
#else
|
||||
#include <pthread.h>
|
||||
|
Loading…
Reference in New Issue
Block a user