Change INT32 to int32_t

This commit is contained in:
twinaphex 2019-02-16 10:51:54 +01:00
parent f6a31b37a0
commit 691462e3d6

View File

@ -57,7 +57,7 @@ struct d3d_matrix
typedef struct d3d_texture typedef struct d3d_texture
{ {
void *data; void *data;
INT32 pool; int32_t pool;
} d3d_texture_t; } d3d_texture_t;
typedef struct typedef struct