mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
include malloc.h so the win32 platform can build in MSVC (#5365)
This commit is contained in:
parent
0747e9b5c1
commit
90af210712
@ -72,6 +72,8 @@
|
||||
#include <shellscalingapi.h>
|
||||
#include <versionhelpers.h>
|
||||
|
||||
#include <malloc.h> // Required for alloca()
|
||||
|
||||
#if !defined(GRAPHICS_API_OPENGL_11_SOFTWARE)
|
||||
#include <GL/gl.h>
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user