Use the properly-sized type for ssize_t

This commit is contained in:
Chris Robinson 2014-09-12 19:36:13 -07:00
parent 628f2cd474
commit 1baf355ecd
1 changed files with 1 additions and 1 deletions

View File

@ -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"