Commit 0768424b authored by Jim Aston's avatar Jim Aston Committed by Alexandre Julliard

Updated documentation to reflect renamed header.

parent 832565dc
...@@ -255,7 +255,7 @@ code must use: ...@@ -255,7 +255,7 @@ code must use:
If the function has both ASCII and Unicode version, you should then 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) 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_ or type for Winelib. When compiling Wine itself, 'xxx' is _not_
defined, meaning that code inside of Wine must always specify defined, meaning that code inside of Wine must always specify
explicitly the ASCII or Unicode version. explicitly the ASCII or Unicode version.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment