Przeglądaj źródła

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

pull/2042/head
Jeffery Myers 4 lat temu
committed by GitHub
rodzic
commit
62554db48d
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      src/raylib.h

+ 1
- 0
src/raylib.h Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz