fatcoder
Member
|
"ERROR" in Advertisement.h conflicts with wingdi.h
The STATE enum value "ERROR" has been defined in Advertisement.h however, ERROR is defined in the standard wingdi.h header file. Therefore when trying to include windows.h for some platform specific work, it throws compiler errors. Can "ERROR" in Advertisement.h be renamed to something else, like "FAILED" for example?
|
|
06-30-2014 12:10 PM |
|
Esenthel
Administrator
|
RE: "ERROR" in Advertisement.h conflicts with wingdi.h
I've added #undef ERROR to EE headers just now
|
|
07-01-2014 01:17 AM |
|