From e688defd597d4ed34c40367ca465d6b62aa91fc6 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 19 Nov 2003 22:25:03 +0000 Subject: [PATCH] Fixed WinCE compilo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/settings.cpp b/src/msw/settings.cpp index 55939bf02b..13dbf8e2d2 100644 --- a/src/msw/settings.cpp +++ b/src/msw/settings.cpp @@ -254,7 +254,7 @@ wxFont wxCreateFontFromStockObject(int index) wxFont wxSystemSettingsNative::GetFont(wxSystemFont index) { -#ifdef __WXWINCE__ +#ifndef __WXWINCE__ // this one is special: we don't get it from GetStockObject() if ( index == wxSYS_ICONTITLE_FONT ) { -- 2.45.2