From 30ed2016008e80293baa7579929784ba3e347fdd Mon Sep 17 00:00:00 2001 From: Stanislav Ershov Date: Sat, 20 Feb 2021 23:39:46 +0500 Subject: [PATCH] cgen: cleanup header for MSVC (#8863) --- vlib/v/gen/c/cheaders.v | 3 --- 1 file changed, 3 deletions(-) diff --git a/vlib/v/gen/c/cheaders.v b/vlib/v/gen/c/cheaders.v index 6a9329a4f3..e549e06394 100644 --- a/vlib/v/gen/c/cheaders.v +++ b/vlib/v/gen/c/cheaders.v @@ -259,7 +259,6 @@ $c_common_macros #include // _waccess #include // _wgetcwd - //#include #ifdef _MSC_VER // On MSVC these are the same (as long as /volatile:ms is passed) @@ -278,8 +277,6 @@ $c_common_macros #include #pragma comment(lib, "Dbghelp") - - extern wchar_t **_wenviron; #endif #else #include