Jeffery Myers
há 3 anos
committed by
GitHub
ascendente
cometimento
62554db48d
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
0 eliminações
-
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 |
|
|
|