comparison include/SDL_error.h @ 977:9c55b00f8251

Updated for Visual C++ 6 build
author Sam Lantinga <slouken@libsdl.org>
date Mon, 15 Nov 2004 23:34:56 +0000
parents eb78bb0b715b
children c9b51268668f
comparison
equal deleted inserted replaced
976:eb78bb0b715b 977:9c55b00f8251
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 DECLSPEC void SDL_Error(SDL_errorcode code); 53 extern DECLSPEC void SDLCALL 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 }