Skip to content

Commit

Permalink
mpg123: update configs for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Oct 26, 2012
1 parent 97bd002 commit e6b6a15
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion deps/mpg123/config/win/ia32/config.h
Expand Up @@ -22,7 +22,8 @@
/* #define DEBUG
#define EXTRA_DEBUG */

#define REAL_IS_FLOAT
/* defined in "gyp"
#define REAL_IS_FLOAT */

#define inline __inline

Expand Down
2 changes: 1 addition & 1 deletion deps/mpg123/config/win/ia32/mpg123.h
Expand Up @@ -11,7 +11,7 @@
#include <stdlib.h>
#include <sys/types.h>

typedef long ssize_t;
typedef intptr_t ssize_t;

// Needed for Visual Studio versions before VS 2010.
#if (_MSC_VER < 1600)
Expand Down
3 changes: 2 additions & 1 deletion deps/mpg123/config/win/x64/config.h
Expand Up @@ -22,7 +22,8 @@
/* #define DEBUG
#define EXTRA_DEBUG */

#define REAL_IS_FLOAT
/* defined in "gyp"
#define REAL_IS_FLOAT */

#define inline __inline

Expand Down
2 changes: 1 addition & 1 deletion deps/mpg123/config/win/x64/mpg123.h
Expand Up @@ -11,7 +11,7 @@
#include <stdlib.h>
#include <sys/types.h>

typedef long ssize_t;
typedef intptr_t ssize_t;

// Needed for Visual Studio versions before VS 2010.
#if (_MSC_VER < 1600)
Expand Down

0 comments on commit e6b6a15

Please sign in to comment.