Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
This commit is contained in:
parent
a89694c0d6
commit
258901bab9
693 changed files with 16240 additions and 3908 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue