imagehlp: Mark internal variable as hidden visibility.

This commit is contained in:
Marcus Meissner 2011-05-13 17:15:20 +02:00 committed by Alexandre Julliard
parent a7f7d1b7dd
commit 9d5db69f50
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ static LOADED_IMAGE IMAGEHLP_EmptyLoadedImage = {
148, /* SizeOfImage; */
};
extern HANDLE IMAGEHLP_hHeap;
DECLSPEC_HIDDEN extern HANDLE IMAGEHLP_hHeap;
/***********************************************************************
* GetImageConfigInformation (IMAGEHLP.@)

View file

@ -26,7 +26,7 @@
#include "wine/debug.h"
/**********************************************************************/
HANDLE IMAGEHLP_hHeap = NULL;
DECLSPEC_HIDDEN HANDLE IMAGEHLP_hHeap = NULL;
/***********************************************************************
* DllMain (IMAGEHLP.init)