From 0643acd5760ca418e05acd65bee9cec499a98f6b Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 27 Jun 2003 22:24:23 +0000 Subject: [PATCH] Removed Wine-specific definition from exported header (spotted by Steven Edwards). --- dlls/imagehlp/access.c | 2 ++ include/imagehlp.h | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/dlls/imagehlp/access.c b/dlls/imagehlp/access.c index 785ece238e4..306098b4fab 100644 --- a/dlls/imagehlp/access.c +++ b/dlls/imagehlp/access.c @@ -50,6 +50,8 @@ static LOADED_IMAGE IMAGEHLP_EmptyLoadedImage = { 148, /* SizeOfImage; */ }; +extern HANDLE IMAGEHLP_hHeap; + /*********************************************************************** * EnumerateLoadedModules (IMAGEHLP.@) */ diff --git a/include/imagehlp.h b/include/imagehlp.h index 38ec91f4678..feba051f458 100644 --- a/include/imagehlp.h +++ b/include/imagehlp.h @@ -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) */