Sdk: Fix typo
This commit is contained in:
parent
0f14a57b2e
commit
4f01e13b09
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
// Importation/Exportation of the API
|
// Importation/Exportation of the API
|
||||||
#if defined(NAZARA_STATIC)
|
#if defined(NAZARA_STATIC)
|
||||||
#define #define NDK_API
|
#define NDK_API
|
||||||
#else
|
#else
|
||||||
#ifdef NDK_BUILD
|
#ifdef NDK_BUILD
|
||||||
#define NDK_API NAZARA_EXPORT
|
#define NDK_API NAZARA_EXPORT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue