From ff7041804c0974a858747a6e8febfcea544a5ecc Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Sun, 16 Dec 2012 23:55:22 -0600 Subject: [PATCH] Make sure that the wxWidgets manifest does not override the dolphin one. --- Source/Core/DolphinWX/DolphinWX.rc | 1 + 1 file changed, 1 insertion(+) 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 IDI_ICON1 ICON "..\\..\\..\\Installer\\Dolphin.ico"