Merge pull request #533 from yschmid-levi/fix-win32-timeperiod
matching call to timeEndPeriod and timeBeginPeriod
This commit is contained in:
commit
9b6ebd6e43
|
@ -161,7 +161,7 @@ int ecx_setupnic(ecx_portt *port, const char *ifname, int secondary)
|
|||
*/
|
||||
int ecx_closenic(ecx_portt *port)
|
||||
{
|
||||
timeEndPeriod(15);
|
||||
timeEndPeriod(1);
|
||||
|
||||
if (port->sockhandle != NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue