Add a couple of defines

György 'Nog' Jeney nog at sdf.lonestar.org
Wed Oct 2 12:42:15 CDT 2002


ChangeLog:
 * include/winnt.h
   Add a couple of defines.

-------------- next part --------------
Index: include/winnt.h
===================================================================
RCS file: /home/wine/wine/include/winnt.h,v
retrieving revision 1.127
diff -u -r1.127 winnt.h
--- include/winnt.h	17 Sep 2002 18:54:42 -0000	1.127
+++ include/winnt.h	30 Sep 2002 17:03:13 -0000
@@ -1287,6 +1287,10 @@
 #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
  */



More information about the wine-patches mailing list