aboutsummaryrefslogtreecommitdiff
path: root/win32/include/malloc.h
Commit message (Collapse)AuthorAgeFilesLines
* win32: malloc.h: use alloca instead of (missing) _allocaAvi Halachmi (:avih)2016-06-191-1/+7
| | | | | | _alloca is not part of msvcrt (and therefore not found if used), and tcc has an internal implementation for alloca for x86[_64] since d778bde7 - initally as _alloca and later changed to alloca. Use it instead.
* win32: malloc.h: fix win32 tcc-tcc complication by correcting ↵Roy2012-12-311-1/+1
| | | | | | _STATIC_ASSERT, ideas from mingw-w64 changeset 4293 stdarg.h, stddef.h: _mingw.h needs them
* win32/include: enable _timezone etc variables.grischka2011-07-111-5/+1
| | | | | | | | | which live in msvcrt.dll and need __declspec(import) which works by now. Also: - _mingw.h: conditionally define WIN32_LEAN_AND_MEAN - malloc.h: don't undef alloca
* win32: cleanup includegrischka2010-01-141-1/+3
|
* win32: remove #define alloca from mingw headersgrischka2009-12-011-1/+1
|
* win64: use new headers from mingwgrischka2009-07-181-66/+156
|
* dos2unixbellard2005-04-171-87/+87
|
* win32 mergebellard2005-04-141-0/+87