X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/26a7a7e1d58134ff78e7a4a2a39da38c1445aba9..8d1547ef4697a49cf4f4b8f09f662705e064c416:/samples/sample.rc 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"