mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 15:42:25 +00:00
Move _SIZE_T_DEFINED_ to SYSTEM.h.
This commit is contained in:
parent
cc9f3609a9
commit
d73e80cd09
2 changed files with 2 additions and 2 deletions
|
|
@ -32,6 +32,8 @@ typedef unsigned char SYSTEM_CARD8;
|
|||
typedef unsigned int size_t;
|
||||
#endif
|
||||
|
||||
#define _SIZE_T_DEFINED_ // For OpenBSD
|
||||
|
||||
void *memcpy(void *dest, const void *source, size_t size);
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
|
||||
#include "SYSTEM.h"
|
||||
|
||||
#define _SIZE_T_DEFINED_
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
#define strncasecmp _strnicmp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue