mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
Renamed DECLSPEC to SDL_DECLSPEC
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user