Bläddra i källkod

fixed small typo, replaced `th` with `the` (#3752)

pull/3753/head
Brian E 1 år sedan
committed by GitHub
förälder
incheckning
27645e16ab
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: B5690EEEBB952194
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      src/rlgl.h

+ 1
- 1
src/rlgl.h Visa fil

@ -115,7 +115,7 @@
#if defined(_WIN32) && defined(BUILD_LIBTYPE_SHARED)
#define RLAPI __declspec(dllexport) // We are building the library as a Win32 shared library (.dll)
#elif defined(BUILD_LIBTYPE_SHARED)
#define RLAPI __attribute__((visibility("default"))) // We are building he library as a Unix shared library (.so/.dylib)
#define RLAPI __attribute__((visibility("default"))) // We are building the library as a Unix shared library (.so/.dylib)
#elif defined(_WIN32) && defined(USE_LIBTYPE_SHARED)
#define RLAPI __declspec(dllimport) // We are using the library as a Win32 shared library (.dll)
#endif

Laddar…
Avbryt
Spara