stdinc: remove alloca.h (issue #19)

pull/29/head
William Pitcock 2012-05-12 17:54:47 -05:00
parent dc717bae2a
commit 495f586d03
1 changed files with 1 additions and 3 deletions

View File

@ -32,9 +32,7 @@
#include <string.h>
#include <libgen.h>
#ifndef _WIN32
# include <alloca.h>
#else
#ifdef _WIN32
# define WIN32_LEAN_AND_MEAN
# include <windows.h>
# include <malloc.h>