diff options
Diffstat (limited to 'src/base/main.h')
| -rw-r--r-- | src/base/main.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/base/main.h b/src/base/main.h index 4ae7540..cf380cd 100644 --- a/src/base/main.h +++ b/src/base/main.h @@ -23,11 +23,9 @@ #ifndef __WIN32__ #define PATH_SEPARATOR "/" -#else +#else /* __WIN32__ */ #define PATH_SEPARATOR "\\" -#endif - -#define UNUSED(var) if (0 && var) {} +#endif /* __WIN32__ */ extern char *getParam(char *s); extern char *getParamElse(char *s1, char *s2); |