From 0768424b374f573f46015e2f6f8f0b0d6f4e03da Mon Sep 17 00:00:00 2001 From: Jim Aston Date: Sun, 18 Jul 1999 13:28:59 +0000 Subject: [PATCH] Updated documentation to reflect renamed header. --- DEVELOPERS-HINTS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPERS-HINTS b/DEVELOPERS-HINTS index 54153b59124..6fbc593d84b 100644 --- a/DEVELOPERS-HINTS +++ b/DEVELOPERS-HINTS @@ -255,7 +255,7 @@ code must use: If the function has both ASCII and Unicode version, you should then use the macros WINELIB_NAME_AW(xxx) or DECL_WINELIB_TYPE_AW(xxx) -(defined in include/wintypes.h) to define the correct 'xxx' function +(defined in include/windef.h) to define the correct 'xxx' function or type for Winelib. When compiling Wine itself, 'xxx' is _not_ defined, meaning that code inside of Wine must always specify explicitly the ASCII or Unicode version.