git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29055
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
#if !defined(__WXMICROWIN__)
// get system (a.k.a. window) menu
- HMENU hmenu = ::GetSystemMenu(GetHwnd(), FALSE /* get it */);
+ HMENU hmenu = GetSystemMenu(GetHwnd(), FALSE /* get it */);
if ( !hmenu )
{
// no system menu at all -- ok if we want to remove the close button
#endif // FLASHW_STOP
{
wxUnusedVar(flags);
-
+#ifndef __WXWINCE__
::FlashWindow(GetHwnd(), TRUE);
+#endif // __WXWINCE__
}
}