diff options
Diffstat (limited to 'include/utils.h')
| -rw-r--r-- | include/utils.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/utils.h b/include/utils.h index c5930d5..4816a31 100644 --- a/include/utils.h +++ b/include/utils.h @@ -9,7 +9,7 @@  #include <errno.h>  #include "system.h" -#if defined(__WIN32__) +#if defined(OMC_OS_WINDOWS)  #define PATH_ENV_VAR "path"  #define DIR_SEP "\\"  #define PATH_SEP ";" | 
