From 4024494a1a42cb2dbeebd92b865421308e5d1aae Mon Sep 17 00:00:00 2001 From: Michal Zima Date: Fri, 18 Jun 2010 13:16:21 +0200 Subject: More of the same as in the previous commit --- src/base/main.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/base/main.h') 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); -- cgit v1.2.3