mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-23 19:29:18 +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"
|
||||
|
||||
// The _UINT64 define is needed to guard against a typedef mismatch with Snow Leopard headers.
|
||||
#define _UINT64
|
||||
|
||||
#include <Cocoa/Cocoa.h>
|
||||
#include "VMSettingsController.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user