mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-16 14:30:34 +00:00
Fix compile on Snow Leopard.
This commit is contained in:
parent
da828ffc73
commit
0973ee0e16
@ -18,11 +18,14 @@
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#import "VMSettingsController.h"
|
||||
|
||||
#import "sysdeps.h"
|
||||
#import "prefs.h"
|
||||
|
||||
// The _UINT64 define is needed to guard against a typedef mismatch with Snow Leopard headers.
|
||||
#define _UINT64
|
||||
|
||||
#import "VMSettingsController.h"
|
||||
|
||||
const int CDROMRefNum = -62; // RefNum of driver
|
||||
|
||||
#ifdef STANDALONE_PREFS
|
||||
|
Loading…
x
Reference in New Issue
Block a user