mirror of
https://github.com/AxioDL/kabufuda.git
synced 2025-07-02 03:13:32 +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 <wchar.h>
|
||||
#include "winsupport.hpp"
|
||||
#if UNICODE
|
||||
#define CARD_UCS2 1
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <stdarg.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user