|
|
| version 1.13, 2005/02/08 09:18:59 | version 1.15, 2005/03/19 21:02:05 |
|---|---|
| Line 83 enum { | Line 83 enum { |
| #define OEMCHAR char | #define OEMCHAR char |
| #endif | #endif |
| #ifndef OEMTEXT | #ifndef OEMTEXT |
| #define OEMTEXT(string) (string) | #define OEMTEXT(string) string |
| #endif | #endif |
| #ifndef OEMNULLSTR | #ifndef OEMNULLSTR |
| #define OEMNULLSTR OEMTEXT("") | #define OEMNULLSTR OEMTEXT("") |
| #endif | #endif |
| #if 0 | |
| #ifndef STRLITERAL | #ifndef STRLITERAL |
| #ifdef UNICODE | #ifdef UNICODE |
| #define STRLITERAL(string) _T(string) | #define STRLITERAL(string) _T(string) |
| Line 97 enum { | Line 98 enum { |
| #define STRLITERAL(string) (string) | #define STRLITERAL(string) (string) |
| #endif | #endif |
| #endif | #endif |
| #endif | |
| #if !defined(RGB16) | #if !defined(RGB16) |
| #define RGB16 UINT16 | #define RGB16 UINT16 |