Ensure CARD_UCS2 is conditionally defined

This commit is contained in:
Jack Andersen 2016-12-28 12:43:24 -10:00 committed by Phillip Stephens
parent 247eae5913
commit afdfb1642e

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>