Check defines do not already exist in recent system headers
--HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403061
This commit is contained in:
parent
25dd340b35
commit
068b9fce8e
2 changed files with 4 additions and 3 deletions
|
@ -33,10 +33,12 @@
|
|||
/*--- Defines ---*/
|
||||
|
||||
/* Mxalloc parameters */
|
||||
#ifndef MX_STRAM
|
||||
#define MX_STRAM 0
|
||||
#define MX_TTRAM 1
|
||||
#define MX_PREFSTRAM 2
|
||||
#define MX_PREFTTRAM 3
|
||||
#endif
|
||||
|
||||
/*--- Functions ---*/
|
||||
|
||||
|
|
|
@ -89,18 +89,17 @@ enum {
|
|||
};
|
||||
|
||||
/* EgetShift masks */
|
||||
#define ES_BANK 0x000f
|
||||
#define ES_MODE 0x0700
|
||||
#define ES_GRAY 0x1000
|
||||
#define ES_SMEAR 0x8000
|
||||
|
||||
/* TT shifter modes */
|
||||
#ifndef ST_LOW
|
||||
#define ST_LOW 0x0000
|
||||
#define ST_MED 0x0100
|
||||
#define ST_HIGH 0x0200
|
||||
#define TT_LOW 0x0700
|
||||
#define TT_MED 0x0300
|
||||
#define TT_HIGH 0x0600
|
||||
#endif
|
||||
|
||||
/* Hidden structure -> variables names */
|
||||
#define SDL_modelist (this->hidden->SDL_modelist)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue