HBENTRY() generic entry point implemented

This commit is contained in:
Antonio Linares
2001-12-09 20:04:03 +00:00
parent 3fd081e686
commit 657406f1f0

View File

@@ -80,5 +80,11 @@ WINAPI DllEntryPoint( HINSTANCE hInstance, DWORD fdwReason, PVOID pvReserved )
return TRUE;
}
#endif
LONG PASCAL _export HBENTRY( char * cProcName )
{
hb_itemDoC( cProcName, 0, 0 );
return 0;
}
#endif