[ scummvm-Patches-893813 ] main.cpp - Fix to compile with no errors in VC6

SourceForge.net noreply at sourceforge.net
Tue Feb 10 02:31:23 CET 2004


Patches item #893813, was opened at 2004-02-09 20:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=893813&group_id=37116

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: the rara avis (theraraavis)
Assigned to: Nobody/Anonymous (nobody)
Summary: main.cpp - Fix to compile with no errors in VC6

Initial Comment:
VC6 compiler would give a syntax error ";" for line 89:

const char *gScummVMFeatures =

as it has preprocessor definitions directly following it 
(The compiler isn't smart and gets confused.)

Adding empty double quotes would fix this.

const char *gScummVMFeatures = ""


Diff file attached.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=893813&group_id=37116




More information about the Scummvm-tracker mailing list