The information in this article applies to:
SUMMARYTo compile code for Unicode, you need to #define UNICODE for the Win32 header files and #define _UNICODE for the C Run-time header files. These #defines must appear before the following:
and any included C Run-time headers. The leading underscore indicates
deviance from the ANSI C standard. Because the Windows header files are not
part of this standard, it is allowable to use UNICODE without the leading
underscore.
Additional query words:
Keywords : kbAPI kbGDI kbIntl kbKernBase kbNTOS kbNTOS310 kbNTOS350 kbNTOS351 kbNTOS400 kbWinOS2000 kbGrpUser kbDSupport kbGrpNet |
Last Reviewed: January 25, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |