Mercurial > sdl-ios-xcode
comparison src/video/SDL_blit_N.c @ 366:c94b390687d2
Avoid a conflict in the definition of int32
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 18 May 2002 11:30:38 +0000 |
parents | f6ffac90895c |
children | 41cadcba32e8 |
comparison
equal
deleted
inserted
replaced
365:263374148386 | 366:c94b390687d2 |
---|---|
47 /* Heheheh, we coerce Hermes into using SDL blit information */ | 47 /* Heheheh, we coerce Hermes into using SDL blit information */ |
48 #define X86_ASSEMBLER | 48 #define X86_ASSEMBLER |
49 #define HermesConverterInterface SDL_BlitInfo | 49 #define HermesConverterInterface SDL_BlitInfo |
50 #define HermesClearInterface void | 50 #define HermesClearInterface void |
51 #define STACKCALL | 51 #define STACKCALL |
52 typedef Uint32 int32; | |
53 | 52 |
54 #include "HeadMMX.h" | 53 #include "HeadMMX.h" |
55 #include "HeadX86.h" | 54 #include "HeadX86.h" |
56 | 55 |
57 #else | 56 #else |