Procházet zdrojové kódy

always forward declare the windows stuff, prevents failure of rgfw in GCC. (#5269)

pull/5272/head
Jeffery Myers před 3 měsíci
odevzdal GitHub
rodič
revize
aaf4c1d3ae
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: B5690EEEBB952194
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Zobrazit soubor

@ -161,7 +161,7 @@
#endif
// Platform specific defines to handle GetApplicationDirectory()
#if (defined(_WIN32) && !defined(PLATFORM_DESKTOP_RGFW)) || (defined(_MSC_VER) && defined(PLATFORM_DESKTOP_RGFW))
#if (defined(_WIN32))
#ifndef MAX_PATH
#define MAX_PATH 1025
#endif

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