Pārlūkot izejas kodu

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

Jeffery Myers 3 gadi atpakaļ
vecāks
revīzija
62554db48d
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/raylib.h

+ 1 - 0
src/raylib.h

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