瀏覽代碼

Update include path for _cocoalayer.h

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

+ 1
- 1
src/platforms/rcore_desktop_glfw.c 查看文件

@ -101,7 +101,7 @@
#endif
#if defined(__APPLE__)
#include <unistd.h> // Required for: usleep()
#include "_cocoalayer.h"
#include "../_cocoalayer.h"
//#define GLFW_EXPOSE_NATIVE_COCOA // WARNING: Fails due to type redefinition
void *glfwGetCocoaWindow(GLFWwindow* handle);
#include "GLFW/glfw3native.h" // Required for: glfwGetCocoaWindow()

Loading…
取消
儲存