mirror of
https://github.com/AxioDL/kabufuda.git
synced 2025-07-04 20:25:53 +00:00
Ensure CARD_UCS2 is conditionally defined
This commit is contained in:
parent
0869c7b5b5
commit
f629a52adf
@ -21,6 +21,9 @@
|
|||||||
#include <Windows.h>
|
#include <Windows.h>
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
#include "winsupport.hpp"
|
#include "winsupport.hpp"
|
||||||
|
#if UNICODE
|
||||||
|
#define CARD_UCS2 1
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user