win32: cleanup include

This commit is contained in:
grischka
2010-01-14 20:56:24 +01:00
parent 5299142286
commit b0abcfde9d
8 changed files with 57 additions and 485 deletions

View File

@ -148,7 +148,9 @@ extern "C" {
#ifdef __GNUC__
#define alloca(x) __builtin_alloca((x))
#else
//gr #define alloca _alloca
#ifndef __TINYC__ //gr
#define alloca _alloca
#endif
#endif
#endif