mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-11 10:30:09 +00:00
Fix prefs_macosx.mm compile issue with Snow Leopard.
This commit is contained in:
parent
efad3ba70a
commit
da828ffc73
@ -24,6 +24,9 @@
|
|||||||
|
|
||||||
#include "sysdeps.h"
|
#include "sysdeps.h"
|
||||||
|
|
||||||
|
// The _UINT64 define is needed to guard against a typedef mismatch with Snow Leopard headers.
|
||||||
|
#define _UINT64
|
||||||
|
|
||||||
#include <Cocoa/Cocoa.h>
|
#include <Cocoa/Cocoa.h>
|
||||||
#include "VMSettingsController.h"
|
#include "VMSettingsController.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user