C/C++
unicode.asc
Associated article: Migrating C Code to Unicode
Tags: C/C++ Design
_MIGRATING C CODE TO UNICODE_
by Timothy D. Nestved
Listing One
/** Name: UNICODE.h
Desc: Contains both explicit/generic data types, macros, and function
prototypes. Stage 1 modifications. ANSI compilation: default
UNICODE compilation: use /DUNICODE. Hungarian notation is not used
**/
#ifndef _...


