|
|
| version 1.10, 2004/06/20 00:56:26 | version 1.11, 2004/06/20 03:40:31 |
|---|---|
| Line 31 enum { | Line 31 enum { |
| *((a)+1) = (BYTE)((b)>>8) | *((a)+1) = (BYTE)((b)>>8) |
| #endif | #endif |
| #ifndef NELEMENTS | |
| #define NELEMENTS(a) ((int)(sizeof(a) / sizeof(a[0]))) | |
| #endif | |
| // ---- Optimize Macros | // ---- Optimize Macros |
| Line 58 enum { | Line 62 enum { |
| #endif | #endif |
| #if !defined(OEMCHAR) | #ifndef OEMCHAR |
| #define OEMCHAR char | #define OEMCHAR char |
| #endif | #endif |
| #if !defined(OEMLITERAL) | #ifndef OEMTEXT |
| #define OEMTEXT(string) (string) | #define OEMTEXT(string) (string) |
| #endif | #endif |
| #if !defined(OEMNULL) | #ifndef OEMNULLSTR |
| #define OEMNULLSTR OEMTEXT("") | #define OEMNULLSTR OEMTEXT("") |
| #endif | #endif |