소스 검색

Commented code issuing warnings on w64devkit (GCC)

Tested with w64devkit/MSVC and all seem to work as expected
pull/4492/head
Ray 3 일 전
부모
커밋
928535a828
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      src/platforms/rcore_desktop_glfw.c

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

@ -66,9 +66,9 @@
#if defined(SUPPORT_WINMM_HIGHRES_TIMER) && !defined(SUPPORT_BUSY_WAIT_LOOP)
// NOTE: Those functions require linking with winmm library
cp">#pragma warning(disable: 4273)
unsigned int __stdcall f">timeEndPeriod(unsigned int uPeriod);
cp">#pragma warning(default: 4273)
o">//#pragma warning(disable: 4273)
r">__declspec(dllimport) unsigned int __stdcall timeEndPeriod(unsigned int uPeriod);
o">//#pragma warning(default: 4273)
#endif
#endif
#if defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__)

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