Fix compile on Snow Leopard.

This commit is contained in:
asvitkine 2010-07-27 02:57:10 +00:00
parent da828ffc73
commit 0973ee0e16

View File

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