Sfoglia il codice sorgente

Add missing #endif to windows API defines (#2038)

pull/2042/head
Jeffery Myers 4 anni fa
committed by GitHub
parent
commit
62554db48d
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/raylib.h

+ 1
- 0
src/raylib.h Vedi File

@ -90,6 +90,7 @@
#define RLAPI __declspec(dllexport) // We are building the library as a Win32 shared library (.dll)
#elif defined(USE_LIBTYPE_SHARED)
#define RLAPI __declspec(dllimport) // We are using the library as a Win32 shared library (.dll)
#endif
#endif
#ifndef RLAPI

Caricamento…
Annulla
Salva