|
|
| version 1.12, 2005/02/04 05:32:22 | version 1.14, 2005/02/11 21:17:21 |
|---|---|
| Line 90 enum { | Line 90 enum { |
| #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 |
| Line 159 enum { | Line 161 enum { |
| #define FASTCALL | #define FASTCALL |
| #endif | #endif |
| #if !defined(GCC_ATTR_REGPARM) | |
| #define GCC_ATTR_REGPARM | |
| #endif | |