changeset 976 | eb78bb0b715b |
parent 769 | b8d311d90021 |
child 977 | 9c55b00f8251 |
--- a/include/SDL_error.h Mon Nov 15 21:11:44 2004 +0000 +++ b/include/SDL_error.h Mon Nov 15 23:30:07 2004 +0000 @@ -50,7 +50,7 @@ SDL_EFSEEK, SDL_LASTERROR } SDL_errorcode; -extern void SDL_Error(SDL_errorcode code); +extern DECLSPEC void SDL_Error(SDL_errorcode code); /* Ends C function definitions when using C++ */