mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:25:40 +00:00
[LIBMPG123]
- Fix ssize_t CORE-13451 svn path=/trunk/; revision=75092
This commit is contained in:
parent
bb12a351c7
commit
f5be5e8bfe
2 changed files with 3 additions and 1 deletions
|
@ -97,9 +97,11 @@
|
||||||
|
|
||||||
typedef unsigned char byte;
|
typedef unsigned char byte;
|
||||||
|
|
||||||
|
#ifndef __REACTOS__
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
typedef long ssize_t;
|
typedef long ssize_t;
|
||||||
#endif
|
#endif
|
||||||
|
#endif /* __REACTOS__ */
|
||||||
|
|
||||||
/* A safe realloc also for very old systems where realloc(NULL, size) returns NULL. */
|
/* A safe realloc also for very old systems where realloc(NULL, size) returns NULL. */
|
||||||
void *safe_realloc(void *ptr, size_t size);
|
void *safe_realloc(void *ptr, size_t size);
|
||||||
|
|
|
@ -451,7 +451,7 @@
|
||||||
/* #undef size_t */
|
/* #undef size_t */
|
||||||
|
|
||||||
/* Define to `long' if <sys/types.h> does not define. */
|
/* Define to `long' if <sys/types.h> does not define. */
|
||||||
/* #undef ssize_t */
|
#define ssize_t long
|
||||||
|
|
||||||
/* Define to `unsigned short' if <sys/types.h> does not define. */
|
/* Define to `unsigned short' if <sys/types.h> does not define. */
|
||||||
/* #undef uint16_t */
|
/* #undef uint16_t */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue