Commit 068b9fce authored by Patrice Mandin's avatar Patrice Mandin

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
parent 25dd340b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment