diff options
| author | Glenn Rice <glennricster@gmail.com> | 2012-12-16 23:55:22 -0600 |
|---|---|---|
| committer | Glenn Rice <glennricster@gmail.com> | 2012-12-16 23:55:22 -0600 |
| commit | ff7041804c0974a858747a6e8febfcea544a5ecc (patch) | |
| tree | e8eb9c6805353a017d1ca56681a0d9b3550f871b /Source/Core | |
| parent | 832a5a0b26a61e76f5b67cd6ec6f5b4945aafbe1 (diff) | |
Make sure that the wxWidgets manifest does not override the dolphin one.
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinWX/DolphinWX.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinWX/DolphinWX.rc b/Source/Core/DolphinWX/DolphinWX.rc index e0c095c885..960758e696 100644 --- a/Source/Core/DolphinWX/DolphinWX.rc +++ b/Source/Core/DolphinWX/DolphinWX.rc @@ -1,5 +1,6 @@ // Microsoft Visual C++ generated resource script. // #include "resource.h" +#define wxUSE_NO_MANIFEST 1 #include <wx/msw/wx.rc> IDI_ICON1 ICON "..\\..\\..\\Installer\\Dolphin.ico" |
