mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-15 07:48:14 +00:00
disable VS
This commit is contained in:

committed by
Ryan C. Gordon

parent
975ffaea77
commit
d5572559a5
@@ -178,8 +178,9 @@
|
||||
#ifndef SDL_MALLOC
|
||||
#if defined(__GNUC__)
|
||||
#define SDL_MALLOC __attribute__((malloc))
|
||||
#elif defined(_MSC_VER)
|
||||
#define SDL_MALLOC __declspec(allocator) __desclspec(restrict)
|
||||
// FIXME
|
||||
//#elif defined(_MSC_VER)
|
||||
//#define SDL_MALLOC __declspec(allocator) __desclspec(restrict)
|
||||
#else
|
||||
#define SDL_MALLOC
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user