소스 검색

Update include path for _cocoalayer.h

pull/5425/head
annes 2 달 전
committed by GitHub
부모
커밋
9ed4aad25f
No known key found for this signature in database 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()

불러오는 중...
취소
저장