mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 16:20:27 +00:00
Change INT32 to int32_t
This commit is contained in:
parent
f6a31b37a0
commit
691462e3d6
@ -57,7 +57,7 @@ struct d3d_matrix
|
||||
typedef struct d3d_texture
|
||||
{
|
||||
void *data;
|
||||
INT32 pool;
|
||||
int32_t pool;
|
||||
} d3d_texture_t;
|
||||
|
||||
typedef struct
|
||||
|
Loading…
x
Reference in New Issue
Block a user