mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
fix Windows warnings
This commit is contained in:
parent
e577b40743
commit
1dadf9d966
13 changed files with 92 additions and 61 deletions
|
@ -89,6 +89,9 @@ c_headers = '
|
|||
|
||||
#ifdef _WIN32
|
||||
#define WINVER 0x0600
|
||||
#ifdef _WIN32_WINNT
|
||||
#undef _WIN32_WINNT
|
||||
#endif
|
||||
#define _WIN32_WINNT 0x0600
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#define _UNICODE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue