1
0
Fork 0

VS2015 wants it this way

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3935
This commit is contained in:
Peter Veenstra 2015-09-09 13:23:23 +00:00
parent cb28976df6
commit 0c979d54a5

View file

@ -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)