Replace extern
This commit is contained in:
@@ -60,7 +60,7 @@ typedef intptr_t iptr;
|
||||
|
||||
#ifdef WAPP_PLATFORM_CPP
|
||||
#define wapp_class_mem static
|
||||
#define BEGIN_C_LINKAGE extern "C" {
|
||||
#define BEGIN_C_LINKAGE wapp_extern "C" {
|
||||
#define END_C_LINKAGE }
|
||||
#endif // WAPP_PLATFORM_CPP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user