Beispiel #1
0
void uifarfree( void __far *ptr )
{
    ExtraFree( ptr );
}
Beispiel #2
0
void uifarfree( void *ptr )
{
    ExtraFree( ptr );
}