mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Change _MSC_VER conditions to _WIN32 conditions in stubs
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#define SWIFT_BASIC_MALLOC_H
|
||||
|
||||
#include <cassert>
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(_WIN32)
|
||||
#include <malloc.h>
|
||||
#else
|
||||
#include <cstdlib>
|
||||
|
||||
Reference in New Issue
Block a user