Include Files
Place statement #define INCL_NLS before include statements such as #include
<pmwin.h> in your C programs and resource script files because:
- DBCS unique constants are defined below #ifdef INCL_NLS
statement in PMWIN.H header file, and
- DBCS unique prototypes and other DBCS unique constants
are defined in OS2NLS.H and this header file will be included into
PMWIN.H if INCL_NLS is defined.
[Back: Character vs. Byte]
[Next: Database]