mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-06 21:12:12 +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 _MSC_VER
|
||||
typedef SSIZE_T ssize_t;
|
||||
typedef int ssize_t;
|
||||
#endif
|
||||
#include "mpg123.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue