mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-18 10:21:42 +00:00
Use the properly-sized type for ssize_t
This commit is contained in:
parent
628f2cd474
commit
1baf355ecd
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
#ifdef HAVE_MPG123
|
#ifdef HAVE_MPG123
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
typedef SSIZE_T ssize_t;
|
typedef int ssize_t;
|
||||||
#endif
|
#endif
|
||||||
#include "mpg123.h"
|
#include "mpg123.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue