Narrowed criteria for non-standard inclusion.

This commit is contained in:
Camilla Berglund 2012-09-12 21:18:37 +02:00
parent 64c677be9e
commit 6ac58da26e
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
#include "internal.h"
#include <stdlib.h>
#if _WIN32
#if defined(_MSC_VER)
#include <malloc.h>
#endif

View File

@ -33,7 +33,7 @@
#include <string.h>
#include <stdlib.h>
#if _WIN32
#if defined(_MSC_VER)
#include <malloc.h>
#endif