------------------------------------------------------------------------------------------------------------------------------------
| 529 | } |
| 530 | //------------------------------------------------------------------------------------------------------------------------------------ |
| 531 | BOOL __stdcall spiFreeExternalMessage(SOCKADDR * addr, char *data, DWORD databytes) |
| 532 | { |
| 533 | DropMessage(0, "spiFreeExternalMessage"); |
| 534 | /* |
| 535 | // This function is complete |
| 536 | SetLastError(ERROR_INVALID_PARAMETER); |
| 537 | */ |
| 538 | return FALSE; |
| 539 | } |
| 540 | |
| 541 | |
| 542 |
nothing calls this directly
no test coverage detected