mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[INCLUDE]
Fix a typo! :-/ svn path=/trunk/; revision=70476
This commit is contained in:
parent
61f58e20ec
commit
0a71365a59
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue