diff --git a/src/definitions.h b/src/definitions.h index 184cedf..76da35d 100644 --- a/src/definitions.h +++ b/src/definitions.h @@ -86,4 +86,5 @@ extern FILE* logtarget[]; #define absf(x) ((x >= 0) ? (x) : (x * -1.0f)) #define diff_f(x, y) ((x >= y) ? (absf(x - y)) : (absf(y - x))) +#define WCONST #endif // DEFINITIONS_H_INCLUDED diff --git a/src/wiiuse.h b/src/wiiuse.h index ff0189a..1fa6032 100644 --- a/src/wiiuse.h +++ b/src/wiiuse.h @@ -70,9 +70,7 @@ #include #endif -#ifdef WIIUSE_INTERNAL_H_INCLUDED - #define WCONST -#else +#ifndef WCONST #define WCONST const #endif