------------------------------------------------------------------------------------------------------------------------------------
| 614 | |
| 615 | //------------------------------------------------------------------------------------------------------------------------------------ |
| 616 | BOOL __stdcall spiSendExternalMessage(int a1, int a2, int a3, int a4, int a5) |
| 617 | { |
| 618 | DropMessage(0, "spiSendExternalMessage"); |
| 619 | // This function is complete |
| 620 | return FALSE; |
| 621 | } |
| 622 | //------------------------------------------------------------------------------------------------------------------------------------ |
| 623 | BOOL __stdcall spiLeagueGetName(char *pszDest, DWORD dwSize) |
| 624 | { |
nothing calls this directly
no test coverage detected