some work on fpc
This commit is contained in:
@@ -35,8 +35,5 @@ DLL_EXPORT void *CreateInterface( const char *szName, int *pReturnCode )
|
||||
|
||||
CreateInterfaceFn Sys_GetFactory( void *lib )
|
||||
{
|
||||
#ifdef POSIX
|
||||
return CreateInterface;
|
||||
#endif
|
||||
return (CreateInterfaceFn)Plat_GetProc(lib, "CreateInterface");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user