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:
committed by
Alexander Medvednikov
parent
79a98d7bcf
commit
52c5f0172e
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user