Use SDLCALL for callbacks in public APIs
This commit is contained in:
parent
ffab9f46b5
commit
0cca71a846
15 changed files with 30 additions and 26 deletions
|
@ -362,7 +362,7 @@ typedef struct
|
|||
WAVEFORMATEXTENSIBLE fmt;
|
||||
} EndpointItem;
|
||||
|
||||
static int sort_endpoints(const void *_a, const void *_b)
|
||||
static int SDLCALL sort_endpoints(const void *_a, const void *_b)
|
||||
{
|
||||
LPWSTR a = ((const EndpointItem *) _a)->devid;
|
||||
LPWSTR b = ((const EndpointItem *) _b)->devid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue