From 0655d12d67d6157318bfc01bd4bbf1c93e869177 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 10 Dec 2001 21:23:36 +0000 Subject: [PATCH] I have no idea if this is right or works, but I'm adding a manifest to wxPython's resource file for WinXP... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/wxc.pyd.manifest | 22 ++++++++++++++++++++++ wxPython/src/wxc.rc | 3 +++ 2 files changed, 25 insertions(+) create mode 100644 wxPython/src/wxc.pyd.manifest diff --git a/wxPython/src/wxc.pyd.manifest b/wxPython/src/wxc.pyd.manifest new file mode 100644 index 0000000000..f898b261fa --- /dev/null +++ b/wxPython/src/wxc.pyd.manifest @@ -0,0 +1,22 @@ + + + +wxPython: GUI library for Python + + + + + + diff --git a/wxPython/src/wxc.rc b/wxPython/src/wxc.rc index dabba42f8c..c7ea471fca 100644 --- a/wxPython/src/wxc.rc +++ b/wxPython/src/wxc.rc @@ -1,3 +1,6 @@ aa_wxpicon ICON "wxp.ico" #include "wx/msw/wx.rc" #include "wx/html/msw/wxhtml.rc" + +CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "wxc.pyd.manifest" + -- 2.50.0