[INCLUDE]

Fix a typo! :-/

svn path=/trunk/; revision=70476
This commit is contained in:
Eric Kohl 2015-12-31 22:42:20 +00:00
parent 61f58e20ec
commit 0a71365a59

View file

@ -50,7 +50,7 @@ pSetupDebugPrint(
#define TOWL1(p) TOWL2(p)
#define TOWL2(p) L##p
#if (defined(_MSC_VER)
#if defined(_MSC_VER)
#define LogItem(lpTag, lpMessageText, ...) \
pSetupDebugPrint(__WFILE__, __LINE__, lpTag, lpMessageText, __VA_ARGS__)
#else