mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Windows fixes
This commit is contained in:
parent
9266b17ddf
commit
014594c0a4
10 changed files with 48 additions and 29 deletions
|
|
@ -26,6 +26,12 @@
|
|||
|
||||
typedef unsigned long long ticks;
|
||||
|
||||
#ifdef WIN32
|
||||
#define _usleep(a) win_usleep(a)
|
||||
#else
|
||||
#define _usleep(a) usleep(a)
|
||||
#endif
|
||||
|
||||
/* ******************************* */
|
||||
|
||||
class Utils {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue