Procházet zdrojové kódy

Commented code issuing warnings on w64devkit (GCC)

Tested with w64devkit/MSVC and all seem to work as expected
pull/4492/head
Ray před 3 dny
rodič
revize
928535a828
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +3
    -3
      src/platforms/rcore_desktop_glfw.c

+ 3
- 3
src/platforms/rcore_desktop_glfw.c Zobrazit soubor

@ -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__)

Načítá se…
Zrušit
Uložit