mirror of
https://github.com/yawut/SDL.git
synced 2026-04-22 00:27:21 -05:00
Make the new SDL_RWops::hidden::unknown::data2 field a void*, not an int.
This commit is contained in:
parent
1e6e7727c6
commit
006f31e2ec
|
|
@ -138,7 +138,7 @@ typedef struct SDL_RWops
|
|||
struct
|
||||
{
|
||||
void *data1;
|
||||
int data2;
|
||||
void *data2;
|
||||
} unknown;
|
||||
} hidden;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user