mirror of
https://github.com/yawut/SDL.git
synced 2026-09-11 18:46:36 -05:00
While you can actually write to the error buffer, conceptually it's read-only.
This commit is contained in:
@@ -41,7 +41,7 @@ extern "C" {
|
||||
|
||||
/* Public functions */
|
||||
extern DECLSPEC void SDLCALL SDL_SetError(const char *fmt, ...);
|
||||
extern DECLSPEC char *SDLCALL SDL_GetError(void);
|
||||
extern DECLSPEC const char *SDLCALL SDL_GetError(void);
|
||||
extern DECLSPEC void SDLCALL SDL_ClearError(void);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user