diff dw.h @ 1600:cbfdd56e3e72

Fixed building dwcompat with Watcom on OS/2. Fixed unsupported compilers for deprecation having incorrect macro.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 25 Feb 2012 23:35:59 +0000
parents d2864925afb9
children 71e0a3ad07f7
line wrap: on
line diff
--- a/dw.h	Sat Feb 25 23:22:49 2012 +0000
+++ b/dw.h	Sat Feb 25 23:35:59 2012 +0000
@@ -1455,7 +1455,7 @@
 #	endif
 #else
 /* Compiler without deprecation support */
-#define DW_DEPRECATED(func) func
+#define DW_DEPRECATED(func, message) func
 #endif
 
 /* Public function prototypes */