소스 검색

always forward declare the windows stuff, prevents failure of rgfw in GCC. (#5269)

pull/5272/head
Jeffery Myers 3 달 전
committed by GitHub
부모
커밋
aaf4c1d3ae
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c 파일 보기

@ -161,7 +161,7 @@
#endif
// Platform specific defines to handle GetApplicationDirectory()
#if (defined(_WIN32) && !defined(PLATFORM_DESKTOP_RGFW)) || (defined(_MSC_VER) && defined(PLATFORM_DESKTOP_RGFW))
#if (defined(_WIN32))
#ifndef MAX_PATH
#define MAX_PATH 1025
#endif

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