Explorar el Código

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

pull/2042/head
Jeffery Myers hace 4 años
cometido por GitHub
padre
commit
62554db48d
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/raylib.h

+ 1
- 0
src/raylib.h Ver fichero

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

Cargando…
Cancelar
Guardar