HB_EXPORT used
This commit is contained in:
@@ -62,12 +62,7 @@
|
||||
|
||||
#if defined(HB_OS_WIN_32)
|
||||
|
||||
#if defined(__BORLANDC__)
|
||||
BOOL WINAPI _export
|
||||
#else
|
||||
__declspec(dllexport) BOOL
|
||||
#endif
|
||||
WINAPI DllEntryPoint( HINSTANCE hInstance, DWORD fdwReason, PVOID pvReserved )
|
||||
BOOL WINAPI HB_EXPORT DllEntryPoint( HINSTANCE hInstance, DWORD fdwReason, PVOID pvReserved )
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ("DllEntryPoint(%p, %p, %d)", hInstance, fdwReason,
|
||||
pvReserved ) );
|
||||
@@ -90,7 +85,7 @@ WINAPI DllEntryPoint( HINSTANCE hInstance, DWORD fdwReason, PVOID pvReserved )
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
LONG PASCAL _export HBDLLENTRY( char * cProcName )
|
||||
LONG PASCAL HB_EXPORT HBDLLENTRY( char * cProcName )
|
||||
{
|
||||
hb_itemDoC( cProcName, 0, 0 );
|
||||
|
||||
|
||||
@@ -62,12 +62,7 @@
|
||||
|
||||
#if defined(HB_OS_WIN_32)
|
||||
|
||||
#if defined(__BORLANDC__)
|
||||
BOOL WINAPI _export
|
||||
#else
|
||||
__declspec(dllexport) BOOL
|
||||
#endif
|
||||
WINAPI DllEntryPoint( HINSTANCE hInstance, DWORD fdwReason, PVOID pvReserved )
|
||||
BOOL WINAPI HB_EXPORT DllEntryPoint( HINSTANCE hInstance, DWORD fdwReason, PVOID pvReserved )
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ("DllEntryPoint(%p, %p, %d)", hInstance, fdwReason,
|
||||
pvReserved ) );
|
||||
|
||||
@@ -68,12 +68,7 @@ typedef void ( * VM_DLL_EXECUTE ) ( const BYTE * pCode, PHB_SYMB pSymbols );
|
||||
|
||||
#if defined(HB_OS_WIN_32)
|
||||
|
||||
#if defined(__BORLANDC__)
|
||||
BOOL WINAPI _export
|
||||
#else
|
||||
__declspec(dllexport) BOOL
|
||||
#endif
|
||||
WINAPI DllEntryPoint( HINSTANCE hInstance, DWORD fdwReason, PVOID pvReserved )
|
||||
BOOL WINAPI HB_EXPORT DllEntryPoint( HINSTANCE hInstance, DWORD fdwReason, PVOID pvReserved )
|
||||
{
|
||||
HB_TRACE( HB_TR_DEBUG, ("DllEntryPoint(%p, %p, %d)", hInstance, fdwReason,
|
||||
pvReserved ) );
|
||||
|
||||
Reference in New Issue
Block a user