Renamed DECLSPEC to SDL_DECLSPEC

This commit is contained in:
Sam Lantinga
2024-05-17 16:52:36 -07:00
parent 2cf32b0e0a
commit 6f2621438a
67 changed files with 1090 additions and 1099 deletions

View File

@@ -57,7 +57,7 @@ standard comment format:
*
* \sa SDL_DoSomethingElse
*/
extern DECLSPEC int SDLCALL SDL_DoSomething(int frozzlevel, int color);
extern SDL_DECLSPEC int SDLCALL SDL_DoSomething(int frozzlevel, int color);
```
Note the `/**` at the start of the comment. That's a "Doxygen-style" comment,