이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Archivist
/
raylib-src
의 미러
https://github.com/raysan5/raylib
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
24
위키
활동
소스 검색
ADDED: Required define on Linux
#2729
pull/2853/head
Ray
2 년 전
부모
bba6ae5622
커밋
6dd1d2d931
1개의 변경된 파일
과
3개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/rcore.c
+ 3
- 0
src/rcore.c
파일 보기
@ -155,6 +155,9 @@
#
undef _POSIX_C_SOURCE
#
define _POSIX_C_SOURCE 199309L
/
/
Required for: CLOCK_MONOTONIC if compiled with c99 without gnu ext.
#
endif
#
if defined(__linux__) && !defined(_GNU_SOURCE)
#
define _GNU_SOURCE
#
endif
/
/
Platform
specific
defines
to
handle
GetApplicationDirectory
(
)
#
if defined (PLATFORM_DESKTOP)
쓰기
미리보기
불러오는 중...
취소
저장