Commit 0643acd5 authored by Alexandre Julliard's avatar Alexandre Julliard

Removed Wine-specific definition from exported header (spotted by

Steven Edwards).
parent 9dacf206
......@@ -50,6 +50,8 @@ static LOADED_IMAGE IMAGEHLP_EmptyLoadedImage = {
148, /* SizeOfImage; */
};
extern HANDLE IMAGEHLP_hHeap;
/***********************************************************************
* EnumerateLoadedModules (IMAGEHLP.@)
*/
......
......@@ -556,12 +556,6 @@ BOOL WINAPI UpdateDebugInfoFileEx(
PIMAGE_NT_HEADERS NtHeaders, DWORD OldChecksum
);
/***********************************************************************
* Wine specific
*/
extern HANDLE IMAGEHLP_hHeap;
#ifdef __cplusplus
} /* extern "C" */
#endif /* defined(__cplusplus) */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment