mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-04-12 06:20:32 +02:00
Merge pull request #2717 from rswindell/develop
Resolve win32 build Error C2440 with CALLBACK function decoration
This commit is contained in:
commit
da56a3ea81
|
|
@ -51,7 +51,7 @@ static HANDLE timeout_h = NULL;
|
|||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
void timeout_cb(PVOID lpParameter, BOOLEAN TimerOrWaitFired)
|
||||
void CALLBACK timeout_cb(PVOID lpParameter, BOOLEAN TimerOrWaitFired)
|
||||
{
|
||||
UNUSED(lpParameter);
|
||||
UNUSED(TimerOrWaitFired);
|
||||
|
|
|
|||
Loading…
Reference in a new issue