mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-06 14:44:25 +01:00
Blah merge
This commit is contained in:
commit
d22043e0f7
@ -7,14 +7,14 @@
|
|||||||
#define _STREAMTYPES_H
|
#define _STREAMTYPES_H
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#if _MSC_VER < 1400
|
#if (_MSC_VER >= 1600)
|
||||||
#include <pstdint.h>
|
|
||||||
#define snprintf _snprintf
|
|
||||||
#else
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#else
|
||||||
|
#include <pstdint.h>
|
||||||
#endif
|
#endif
|
||||||
#define inline _inline
|
#define inline _inline
|
||||||
#define strcasecmp _stricmp
|
#define strcasecmp _stricmp
|
||||||
|
#define snprintf _snprintf
|
||||||
#else
|
#else
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -1121,7 +1121,7 @@ int get_vgmstream_frame_size(VGMSTREAM * vgmstream) {
|
|||||||
case coding_G7221C:
|
case coding_G7221C:
|
||||||
case coding_G7221:
|
case coding_G7221:
|
||||||
#endif
|
#endif
|
||||||
#ifdef VGM_USE_G719:
|
#ifdef VGM_USE_G719
|
||||||
case coding_G719:
|
case coding_G719:
|
||||||
#endif
|
#endif
|
||||||
#ifdef VGM_USE_MAIATRAC3PLUS
|
#ifdef VGM_USE_MAIATRAC3PLUS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user