ionEngine icon indicating copy to clipboard operation
ionEngine copied to clipboard

Windows include leak

Open iondune opened this issue 11 years ago • 1 comments

Silly windows.h library macros are leaking somewhere. For example, in CWindowManager.h, there is a CreateWindow undef. Find the source and add undefines there (or better yet, remove the offending include).

Some work was done to resolve this but there appear to be some remaining issues.

iondune avatar Nov 09 '14 08:11 iondune

Log class is now in a .cpp as of 0e3e75b, moving the #undef out of ionWindow. Still need an undef in ionApplication for SimpleIni include, but this could be fixed by wrapping SimpleIni (and other serialization classes).

iondune avatar Jul 07 '17 15:07 iondune