Fix prefs_macosx.mm compile issue with Snow Leopard.

This commit is contained in:
asvitkine 2010-07-27 02:55:09 +00:00
parent efad3ba70a
commit da828ffc73

View File

@ -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"