fix macro def

This commit is contained in:
Doug MacEachern 2007-04-05 16:20:35 +00:00
parent 2af66e050e
commit ea2ae2b59f
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ typedef long long sigar_int64_t;
#ifdef WIN32 #ifdef WIN32
# define SIGAR_ENOENT ERROR_FILE_NOT_FOUND # define SIGAR_ENOENT ERROR_FILE_NOT_FOUND
# define SIGAR_EACCES ERROR_ACCESS_DENIED # define SIGAR_EACCES ERROR_ACCESS_DENIED
# define SIGAR_EXNIO ERROR_BAD_DRIVER_LEVEL # define SIGAR_ENXIO ERROR_BAD_DRIVER_LEVEL
#else #else
# define SIGAR_ENOENT ENOENT # define SIGAR_ENOENT ENOENT
# define SIGAR_EACCES EACCES # define SIGAR_EACCES EACCES