Commit 9d5db69f authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

imagehlp: Mark internal variable as hidden visibility.

parent a7f7d1b7
......@@ -54,7 +54,7 @@ static LOADED_IMAGE IMAGEHLP_EmptyLoadedImage = {
148, /* SizeOfImage; */
};
extern HANDLE IMAGEHLP_hHeap;
DECLSPEC_HIDDEN extern HANDLE IMAGEHLP_hHeap;
/***********************************************************************
* GetImageConfigInformation (IMAGEHLP.@)
......
......@@ -26,7 +26,7 @@
#include "wine/debug.h"
/**********************************************************************/
HANDLE IMAGEHLP_hHeap = NULL;
DECLSPEC_HIDDEN HANDLE IMAGEHLP_hHeap = NULL;
/***********************************************************************
* DllMain (IMAGEHLP.init)
......
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