mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
force unicode support in java-io.cpp when including windows.h
This commit is contained in:
parent
8df12d5003
commit
cb11e21f95
@ -20,6 +20,8 @@
|
||||
|
||||
#ifdef PLATFORM_WINDOWS
|
||||
|
||||
# define UNICODE
|
||||
|
||||
# include <windows.h>
|
||||
# include <io.h>
|
||||
# include <direct.h>
|
||||
|
Loading…
Reference in New Issue
Block a user