include: Fixes to make the headers friendly with the latest wikiheaders.

This commit is contained in:
Ryan C. Gordon 2024-04-11 01:17:27 -04:00
parent 9216b7a5ee
commit e75d72670f
No known key found for this signature in database
GPG key ID: FA148B892AB48044
19 changed files with 59 additions and 56 deletions

View file

@ -472,7 +472,7 @@ extern DECLSPEC int SDLCALL SDL_AndroidSendMessage(Uint32 command, int param);
/**
* \brief WinRT / Windows Phone path types
*/
typedef enum
typedef enum SDL_WinRT_Path
{
/** \brief The installed app's root directory.
Files here are likely to be read-only. */
@ -496,7 +496,7 @@ typedef enum
/**
* \brief WinRT Device Family
*/
typedef enum
typedef enum SDL_WinRT_DeviceFamily
{
/** \brief Unknown family */
SDL_WINRT_DEVICEFAMILY_UNKNOWN,