Sdk: Fix typo

This commit is contained in:
Jérôme Leclercq 2016-11-06 23:12:08 +01:00
parent 0f14a57b2e
commit 4f01e13b09
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
// Importation/Exportation of the API
#if defined(NAZARA_STATIC)
#define #define NDK_API
#define NDK_API
#else
#ifdef NDK_BUILD
#define NDK_API NAZARA_EXPORT