Add missing #endif to windows API defines

This commit is contained in:
Jeffery Myers 2021-10-08 09:05:58 -07:00
parent 94650f0def
commit f35bede272

View 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