We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637debb commit 928535aCopy full SHA for 928535a
1 file changed
src/platforms/rcore_desktop_glfw.c
@@ -66,9 +66,9 @@
66
67
#if defined(SUPPORT_WINMM_HIGHRES_TIMER) && !defined(SUPPORT_BUSY_WAIT_LOOP)
68
// NOTE: Those functions require linking with winmm library
69
- #pragma warning(disable: 4273)
70
- unsigned int __stdcall timeEndPeriod(unsigned int uPeriod);
71
- #pragma warning(default: 4273)
+ //#pragma warning(disable: 4273)
+ __declspec(dllimport) unsigned int __stdcall timeEndPeriod(unsigned int uPeriod);
+ //#pragma warning(default: 4273)
72
#endif
73
74
#if defined(__linux__) || defined(__FreeBSD__) || defined(__OpenBSD__)
0 commit comments