瀏覽代碼

include malloc.h so the win32 platform can build in MSVC (#5365)

pull/5366/head
Jeffery Myers 1 月之前
committed by GitHub
父節點
當前提交
90af210712
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      src/platforms/rcore_desktop_win32.c

+ 2
- 0
src/platforms/rcore_desktop_win32.c 查看文件

@ -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…
取消
儲存