mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 04:28:37 +00:00
Remove defines, which were only used by checkHeap()
svn-id: r23980
This commit is contained in:
parent
d02e4d7f7c
commit
be4628ffca
@ -3,8 +3,6 @@
|
||||
/* This stuff will live here until port configuration file is in place */
|
||||
#define stricmp _stricmp
|
||||
#define strdup _strdup
|
||||
#define _HEAPOK 0
|
||||
#define _heapchk() 0
|
||||
|
||||
#ifndef _FILE_DEFINED
|
||||
typedef void FILE;
|
||||
|
@ -24,8 +24,6 @@
|
||||
|
||||
#if _WIN32_WCE < 300
|
||||
|
||||
#define _HEAPOK 0
|
||||
|
||||
void *calloc(size_t n, size_t s);
|
||||
int isalnum(int c);
|
||||
int isdigit(int c);
|
||||
|
@ -120,10 +120,6 @@
|
||||
|
||||
#define PLUGIN_EXPORT __declspec(dllexport)
|
||||
|
||||
#ifndef _HEAPOK
|
||||
#define _HEAPOK (-2)
|
||||
#endif
|
||||
|
||||
#elif defined(UNIX)
|
||||
|
||||
#define scumm_stricmp strcasecmp
|
||||
|
Loading…
Reference in New Issue
Block a user