Camilla Berglund
13 лет назад
Родитель
Сommit
6ac58da26e
|
@@ -32,7 +32,7 @@
|
|
|
#include "internal.h"
|
|
|
|
|
|
#include <stdlib.h>
|
|
|
-#if _WIN32
|
|
|
+#if defined(_MSC_VER)
|
|
|
#include <malloc.h>
|
|
|
#endif
|
|
|
|
|
@@ -33,7 +33,7 @@
|
|
|
|
|
|
#include <string.h>
|
|
|
#include <stdlib.h>
|
|
|
-#if _WIN32
|
|
|
+#if defined(_MSC_VER)
|
|
|
#include <malloc.h>
|
|
|
#endif
|
|
|
|