Browse Source

Update rcore_desktop_glfw.c

pull/4449/head
Ray 1 month ago
parent
commit
10c8e4e435
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/platforms/rcore_desktop_glfw.c

+ 2
- 2
src/platforms/rcore_desktop_glfw.c View File

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

Loading…
Cancel
Save