|
|
@ -283,7 +283,7 @@ public: |
|
|
|
#ifdef _DEBUG |
|
|
|
#ifdef _DEBUG |
|
|
|
void FunctionCheck( void *pFunction, char *name ) |
|
|
|
void FunctionCheck( void *pFunction, char *name ) |
|
|
|
{ |
|
|
|
{ |
|
|
|
if( pFunction && !NAME_FOR_FUNCTION( (size_t)( pFunction ) ) ) |
|
|
|
if( pFunction && !NAME_FOR_FUNCTION( pFunction ) ) |
|
|
|
ALERT( at_error, "No EXPORT: %s:%s (%08lx)\n", STRING( pev->classname ), name, (size_t)pFunction ); |
|
|
|
ALERT( at_error, "No EXPORT: %s:%s (%08lx)\n", STRING( pev->classname ), name, (size_t)pFunction ); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|