From 36ac38fd138c0ea7f8835caa2bee9c333668ac8e Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 14 Aug 2003 14:08:53 +0000 Subject: [PATCH] added wxUSE_NO_MANIFEST=0 for easier testing git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/sample.rc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/samples/sample.rc b/samples/sample.rc index 933f2bc19e..892b51cebb 100644 --- a/samples/sample.rc +++ b/samples/sample.rc @@ -21,6 +21,11 @@ aaaaaaaa ICON "sample.ico" // this icon is used with wxFrame::SetIcon() sample ICON "sample.ico" +// set this to 1 if you don't want to use manifest resource (manifest resource +// is needed to enable visual styles on Windows XP - see docs/msw/winxp.txt +// for more information) +#define wxUSE_NO_MANIFEST 0 + // this is not always needed but doesn't hurt (except making the executable // very slightly larger): this file contains the standard icons, cursors, ... #include "wx/msw/wx.rc" -- 2.47.2