diff options
| author | Michal Zima <xhire@mujmalysvet.cz> | 2010-06-18 13:16:21 +0200 |
|---|---|---|
| committer | Michal Zima <xhire@mujmalysvet.cz> | 2010-06-18 13:16:21 +0200 |
| commit | 4024494a1a42cb2dbeebd92b865421308e5d1aae (patch) | |
| tree | edff74681837caf6ed078991a0b27f73b16f66c7 /src/base/main.h | |
| parent | e7a6a7a14aeea2ee9f2c235d0cbabf0cb3660e89 (diff) | |
More of the same as in the previous commit
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); |