소스 검색

Fix inconsistent dll linkage warning on windows

pull/4447/head
Jeffery Myers 2 달 전
부모
커밋
e4089fe9e4
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      src/platforms/rcore_desktop_glfw.c

+ 2
- 1
src/platforms/rcore_desktop_glfw.c 파일 보기

@ -65,8 +65,9 @@
#if defined(SUPPORT_WINMM_HIGHRES_TIMER) && !defined(SUPPORT_BUSY_WAIT_LOOP)
// NOTE: Those functions require linking with winmm library
unsigned int __stdcall timeBeginPeriod(unsigned int uPeriod);
#pragma warning( disable : 4273 )
unsigned int __stdcall timeEndPeriod(unsigned int uPeriod);
#pragma warning(default : 4273)
#endif
#endif
#if defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__)

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