fix macro def
This commit is contained in:
parent
2af66e050e
commit
ea2ae2b59f
|
@ -69,7 +69,7 @@ typedef long long sigar_int64_t;
|
|||
#ifdef WIN32
|
||||
# define SIGAR_ENOENT ERROR_FILE_NOT_FOUND
|
||||
# define SIGAR_EACCES ERROR_ACCESS_DENIED
|
||||
# define SIGAR_EXNIO ERROR_BAD_DRIVER_LEVEL
|
||||
# define SIGAR_ENXIO ERROR_BAD_DRIVER_LEVEL
|
||||
#else
|
||||
# define SIGAR_ENOENT ENOENT
|
||||
# define SIGAR_EACCES EACCES
|
||||
|
|
Loading…
Reference in New Issue