Ensure CARD_UCS2 is conditionally defined

This commit is contained in:
Jack Andersen 2016-12-28 12:43:24 -10:00
parent 0869c7b5b5
commit f629a52adf

View File

@ -21,6 +21,9 @@
#include <Windows.h>
#include <wchar.h>
#include "winsupport.hpp"
#if UNICODE
#define CARD_UCS2 1
#endif
#endif
#include <stdarg.h>