1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

compiler: always define _UNICODE and UNICODE on Windows

This commit is contained in:
vitalyster
2019-09-17 14:56:32 +03:00
committed by Alexander Medvednikov
parent 79a98d7bcf
commit 52c5f0172e
6 changed files with 12 additions and 16 deletions

View File

@@ -49,6 +49,8 @@ CommonCHeaders = '
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#define _UNICODE
#define UNICODE
#include <windows.h>
// must be included after <windows.h>