around line 560 in imagehlp.h we have this /*********************************************************************** * Wine specific */
extern HANDLE IMAGEHLP_hHeap;
Can this be moved to a internal header or done in some other way so we can build with other headers?
Thanks Steven