external renderer: Rename FUNC_DECL to EXPORTED_FUNC_DECL to show that it also exports a function

This commit is contained in:
2019-11-18 21:58:20 +01:00
parent 374e3b54c0
commit ce8386799b
2 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@
*
* This not only helps with the declaration but also makes the symbols visible, so they can be called form outside the library
*/
#define FUNC_DECL(FUNC) EXPORT_FUNC FUNC
#define EXPORTED_FUNC_DECL(FUNC) EXPORT_FUNC FUNC
/** @} */