sdl (master post 3.1 preview) Merge commit 'e4f454091a943345938608570b104400f62fd625'
This commit is contained in:
2
external/sdl/SDL/include/SDL3/SDL_guid.h
vendored
2
external/sdl/SDL/include/SDL3/SDL_guid.h
vendored
@@ -52,7 +52,7 @@ extern "C" {
|
||||
* GUIDs may be platform-dependent (i.e., the same device may report
|
||||
* different GUIDs on different operating systems).
|
||||
*/
|
||||
typedef struct {
|
||||
typedef struct SDL_GUID {
|
||||
Uint8 data[16];
|
||||
} SDL_GUID;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user