remove Win32S-specific code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2006-08-17 18:48:03 +00:00
parent 2fd85ab3e8
commit 286b8de534
2 changed files with 10 additions and 22 deletions

View File

@@ -572,7 +572,7 @@ wxSize wxGetHiconSize(HICON WXUNUSED_IN_WINCE(hicon))
wxSize size(::GetSystemMetrics(SM_CXICON), ::GetSystemMetrics(SM_CYICON));
#ifndef __WXWINCE__
if ( hicon && wxGetOsVersion() != wxWIN32S )
if (hicon)
{
ICONINFO info;
if ( !::GetIconInfo(hicon, &info) )