comparison src/video/ataricommon/SDL_atarimxalloc_c.h @ 4150:1019eb074a56 SDL-1.2

Check defines do not already exist in recent system headers
author Patrice Mandin <patmandin@gmail.com>
date Thu, 07 Aug 2008 20:55:45 +0000
parents d910939febfa
children a1b03ba2fcd0
comparison
equal deleted inserted replaced
4149:2325dd996f73 4150:1019eb074a56
31 #define _SDL_ATARI_MXALLOC_H_ 31 #define _SDL_ATARI_MXALLOC_H_
32 32
33 /*--- Defines ---*/ 33 /*--- Defines ---*/
34 34
35 /* Mxalloc parameters */ 35 /* Mxalloc parameters */
36 #ifndef MX_STRAM
36 #define MX_STRAM 0 37 #define MX_STRAM 0
37 #define MX_TTRAM 1 38 #define MX_TTRAM 1
38 #define MX_PREFSTRAM 2 39 #define MX_PREFSTRAM 2
39 #define MX_PREFTTRAM 3 40 #define MX_PREFTTRAM 3
41 #endif
40 42
41 /*--- Functions ---*/ 43 /*--- Functions ---*/
42 44
43 extern void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type); 45 extern void *Atari_SysMalloc(Uint32 size, Uint16 alloc_type);
44 46