Minor Windows adjustments

This commit is contained in:
Thomas Pöchtrager
2015-08-09 17:24:10 +02:00
parent 23e7bdebcf
commit 3604aecf8f
6 changed files with 19 additions and 11 deletions

View File

@@ -19,7 +19,7 @@
#include <stdio.h> // vsnprintf, sscanf, printf
#include <new> // new (ptr)
#ifndef alloca
#if defined(_MSC_VER) || defined(__MINGW32__)
#if _WIN32
#include <malloc.h> // alloca
#else
#include <alloca.h> // alloca