From d313073247c541ca0f757c9ab1d017328c88018b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gy=C3=B6rgy=20=27Nog=27=20Jeney?= Date: Wed, 2 Oct 2002 19:46:45 +0000 Subject: [PATCH] Added a couple of defines. --- include/winnt.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/winnt.h b/include/winnt.h index 3dfe9fc2370..e019e91b12e 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -1356,6 +1356,10 @@ static DWORD __builtin_return_address(int p_iDepth) #define LOCALE_USER_DEFAULT (MAKELCID(LANG_USER_DEFAULT, SORT_DEFAULT)) #define LOCALE_NEUTRAL (MAKELCID(MAKELANGID(LANG_NEUTRAL,SUBLANG_NEUTRAL),SORT_DEFAULT)) +#define UNREFERENCED_PARAMETER(u) (u) +#define DBG_UNREFERENCED_PARAMETER(u) (u) +#define DBG_UNREFERENCED_LOCAL_VARIABLE(u) (u) + /* FIXME: are the symbolic names correct for LIDs: 0x17, 0x28, * 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x3a, 0x3b, 0x3c */