[Scummvm-cvs-logs] CVS: scummvm/sound fmopl.cpp,1.11,1.12 midiparser.cpp,1.12,1.13 midiparser_smf.cpp,1.13,1.14 midiparser_xmidi.cpp,1.12,1.13 mixer.h,1.20,1.21

Marcus Comstedt marcus at mc.pp.se
Thu Jun 19 04:38:29 CEST 2003


Max Horn <max at quendi.de> writes:

> But I still fail to see the point in stdafx.h, I must say...

Well, it does put all the header related #ifdefs in one place.  For
example, it seems like QNX needs <strings.h> for strcasecmp.  It would
be bad to have #if defined(___QNXNTO__) in all files that do string
operations.  Better to have it once in stdafx.h.


  // Marcus






More information about the Scummvm-git-logs mailing list