Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.

svn-id: r28966
This commit is contained in:
Nicola Mettifogo 2007-09-19 08:40:12 +00:00
parent a89694c0d6
commit 258901bab9
693 changed files with 16240 additions and 3908 deletions

View file

@ -24,7 +24,6 @@
#ifdef MACOSX
#include "common/stdafx.h"
#include "common/config-manager.h"
#include "common/util.h"
#include "sound/mpu401.h"
@ -91,8 +90,8 @@ int MidiDriver_CoreMIDI::open() {
} else {
return MERR_DEVICE_NOT_AVAILABLE;
}
if (err != noErr)
if (err != noErr)
return MERR_CANNOT_CONNECT;
return 0;