From 9d3364f4da3fe77113147d9350c0e8c8c7f7a637 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 16 May 2015 18:44:07 +0200 Subject: fixes to make MO compile with mingw (also fixes some warnings generated by mingw) --- src/shared/appconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/appconfig.cpp') diff --git a/src/shared/appconfig.cpp b/src/shared/appconfig.cpp index f1bad828..49edcbcc 100644 --- a/src/shared/appconfig.cpp +++ b/src/shared/appconfig.cpp @@ -22,7 +22,7 @@ along with Mod Organizer. If not, see . namespace AppConfig { #define PARWSTRING wstring -#define APPPARAM(partype, parid, value) partype parid ## () { return value; } +#define APPPARAM(partype, parid, value) partype parid () { return value; } #include "appconfig.inc" namespace MOShared { -- cgit v1.3.1