- Added Blzut3's Solaris patch.

SVN r2070 (trunk)
This commit is contained in:
Christoph Oelckers 2010-01-01 09:21:04 +00:00
commit 9aa1e20c77
10 changed files with 165 additions and 6 deletions

View file

@ -46,6 +46,8 @@ extern HWND Window;
#endif
#ifdef __APPLE__
#include <stdlib.h>
#elif __sun
#include <alloca.h>
#else
#include <malloc.h>
#endif