mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
little ifdef else fix
This commit is contained in:
parent
e0e548eed0
commit
99f2e990ad
2 changed files with 3 additions and 5 deletions
|
@ -15,9 +15,9 @@ int usleepn(long int milisec) {
|
|||
ts.tv_nsec = (milisec % 1000) * 1000000L;
|
||||
return nanosleep(&ts, NULL);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#else
|
||||
|
||||
#include <windows.h>
|
||||
int sleepn(unsigned int seconds)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue