mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 09:52:24 +00:00
Support Microsoft C make again following dual library (O2 and OC) support.
This commit is contained in:
parent
a17c087a41
commit
eeb168c026
12 changed files with 285 additions and 212 deletions
|
|
@ -26,6 +26,9 @@
|
|||
#define _SIZE_T_DEFINED_ // For OpenBSD
|
||||
|
||||
void *memcpy(void *dest, const void *source, size_t size);
|
||||
#if defined _WIN32
|
||||
#define alloca _alloca
|
||||
#endif
|
||||
void *alloca(size_t size);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue