>>>>> Max Erickson <[email protected]> writes:
> Apparently attempting to send something coherent helped me gain a little > clarity; the problem shown in my paste is probably because one of the mingw > system headers contains > #define VOID void > Would it be a problem to use a different name in the enum? How about at the top of value.h you just add this: #if defined(VOID) #undef VOID #endif Does that work? If so, I can check that in. John
