Mercurial > sdl-ios-xcode
comparison include/SDL_error.h @ 976:eb78bb0b715b
Updated for Visual C++ 6 build
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 15 Nov 2004 23:30:07 +0000 |
parents | b8d311d90021 |
children | 9c55b00f8251 |
comparison
equal
deleted
inserted
replaced
975:add87cc1de0a | 976:eb78bb0b715b |
---|---|
48 SDL_EFREAD, | 48 SDL_EFREAD, |
49 SDL_EFWRITE, | 49 SDL_EFWRITE, |
50 SDL_EFSEEK, | 50 SDL_EFSEEK, |
51 SDL_LASTERROR | 51 SDL_LASTERROR |
52 } SDL_errorcode; | 52 } SDL_errorcode; |
53 extern void SDL_Error(SDL_errorcode code); | 53 extern DECLSPEC void SDL_Error(SDL_errorcode code); |
54 | 54 |
55 | 55 |
56 /* Ends C function definitions when using C++ */ | 56 /* Ends C function definitions when using C++ */ |
57 #ifdef __cplusplus | 57 #ifdef __cplusplus |
58 } | 58 } |