Removed mostly unused SDL_errorcode

This commit is contained in:
Sam Lantinga
2024-05-07 15:04:17 -07:00
parent afe7c7a644
commit 04be04c338
9 changed files with 41 additions and 60 deletions

View File

@@ -60,7 +60,7 @@ extern "C" {
static void SDL_InitDynamicAPI(void);
/* BE CAREFUL CALLING ANY SDL CODE IN HERE, IT WILL BLOW UP.
Even self-contained stuff might call SDL_Error and break everything. */
Even self-contained stuff might call SDL_SetError() and break everything. */
/* behold, the macro salsa! */