Bläddra i källkod

include malloc.h so the win32 platform can build in MSVC

pull/5365/head
Jeffery Myers 3 månader sedan
förälder
incheckning
5c9124f2f8
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. +2
    -0
      src/platforms/rcore_desktop_win32.c

+ 2
- 0
src/platforms/rcore_desktop_win32.c Visa fil

@ -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

Laddar…
Avbryt
Spara