add missing static keyword
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1080,7 +1080,7 @@ void wxTopLevelWindowMSW::RequestUserAttention(int flags)
|
|||||||
#if defined(FLASHW_STOP) && defined(VK_XBUTTON1) && wxUSE_DYNLIB_CLASS
|
#if defined(FLASHW_STOP) && defined(VK_XBUTTON1) && wxUSE_DYNLIB_CLASS
|
||||||
// available in the headers, check if it is supported by the system
|
// available in the headers, check if it is supported by the system
|
||||||
typedef BOOL (WINAPI *FlashWindowEx_t)(FLASHWINFO *pfwi);
|
typedef BOOL (WINAPI *FlashWindowEx_t)(FLASHWINFO *pfwi);
|
||||||
FlashWindowEx_t s_pfnFlashWindowEx = NULL;
|
static FlashWindowEx_t s_pfnFlashWindowEx = NULL;
|
||||||
if ( !s_pfnFlashWindowEx )
|
if ( !s_pfnFlashWindowEx )
|
||||||
{
|
{
|
||||||
wxDynamicLibrary dllUser32(_T("user32.dll"));
|
wxDynamicLibrary dllUser32(_T("user32.dll"));
|
||||||
|
Reference in New Issue
Block a user