some work on fpc
This commit is contained in:
@@ -27,7 +27,7 @@ public:
|
||||
|
||||
#define EXPOSE_INTERFACE_GLOBALVAR( className, interfaceName, versionName, globalVarName ) \
|
||||
static void *__Create##className##_interface() { return ( interfaceName* )( &globalVarName ); }; \
|
||||
static CInterfaceRegistry __Create##interfaceName##_registry( __Create##className##_interface, versionName );
|
||||
static CInterfaceRegistry __Create##className##_registry( __Create##className##_interface, versionName );
|
||||
|
||||
|
||||
DLL_EXPORT void *CreateInterface( const char *szName, int *pReturnCode );
|
||||
|
||||
Reference in New Issue
Block a user