Mercurial > sdl-ios-xcode
comparison src/video/SDL_yuv_sw.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 | 22dbf364c017 |
comparison
equal
deleted
inserted
replaced
365:263374148386 | 366:c94b390687d2 |
---|---|
107 #ifdef USE_ASMBLIT | 107 #ifdef USE_ASMBLIT |
108 #define X86_ASSEMBLER | 108 #define X86_ASSEMBLER |
109 #define HermesConverterInterface void | 109 #define HermesConverterInterface void |
110 #define HermesClearInterface void | 110 #define HermesClearInterface void |
111 #define STACKCALL | 111 #define STACKCALL |
112 typedef Uint32 int32; | |
113 | 112 |
114 #include "HeadX86.h" | 113 #include "HeadX86.h" |
115 #endif | 114 #endif |
116 | 115 |
117 /* The functions used to manipulate software video overlays */ | 116 /* The functions used to manipulate software video overlays */ |