From 0c979d54a56a9e6c583425f6cd507cd6af3ab997 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Wed, 9 Sep 2015 13:23:23 +0000 Subject: [PATCH] VS2015 wants it this way Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3935 --- src/ints/int10_vesa.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ints/int10_vesa.cpp b/src/ints/int10_vesa.cpp index ef3fcb34..3f3c59ec 100644 --- a/src/ints/int10_vesa.cpp +++ b/src/ints/int10_vesa.cpp @@ -45,7 +45,7 @@ static struct { static char string_oem[]="S3 Incorporated. Trio64"; static char string_vendorname[]="DOSBox Development Team"; static char string_productname[]="DOSBox - The DOS Emulator"; -static char string_productrev[]="DOSBox "VERSION; +static char string_productrev[]="DOSBox " VERSION; #ifdef _MSC_VER #pragma pack (1)