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
Steven Edwards Steven_Ed4153@yahoo.com writes:
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?
Yes, I moved it.