Updated documentation to reflect renamed header.

This commit is contained in:
Jim Aston 1999-07-18 13:28:59 +00:00 committed by Alexandre Julliard
parent 832565dc68
commit 0768424b37
1 changed files with 1 additions and 1 deletions

View File

@ -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.