1
0
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:
Stanislav Ershov 2021-02-20 23:39:46 +05:00 committed by GitHub
parent 746dfe6317
commit 30ed201600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>