summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2012-05-10 19:02:23 +0000
committer smf- <smf-@users.noreply.github.com>2012-05-10 19:02:23 +0000
commita7229679c739e2c1e5db3dbe6accc02ffb85da7d (patch)
treead9331d65771413442cb1a634c181cfeef4c2bdf /src/osd
parent3c80df9623034439efa19fca6a270f43a82a147a (diff)
fixes for building with visual studio 11 beta.
Diffstat (limited to 'src/osd')
-rw-r--r--src/osd/windows/mame.rc2
-rw-r--r--src/osd/windows/vconv.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/osd/windows/mame.rc b/src/osd/windows/mame.rc
index 7238ff39764..fa4d28920f5 100644
--- a/src/osd/windows/mame.rc
+++ b/src/osd/windows/mame.rc
@@ -39,9 +39,7 @@
//
//============================================================
-#define NOWINRES
#include "windows.h"
-#include "commctrl.h"
#include "mamevers.rc"
1 24 MOVEABLE PURE "mame.man"
diff --git a/src/osd/windows/vconv.c b/src/osd/windows/vconv.c
index e8917d9efd5..1719309c974 100644
--- a/src/osd/windows/vconv.c
+++ b/src/osd/windows/vconv.c
@@ -141,6 +141,7 @@ static const translation_info ld_translate[] =
{ 0, "-mwindows", "/subsystem:windows" },
{ 0, "-municode", "" },
{ 0, "-static-libgcc", "" },
+ { 0, "-static-libstdc++", "" },
{ 0, "-shared", "/dll" },
{ 0 }
};