don't include stdafx.h on OS X
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1409 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
3edc2bfdfa
commit
e0f1a3b9cf
|
@ -1,14 +1,16 @@
|
||||||
// __________________________________________________________________________________________________
|
// __________________________________________________________________________________________________
|
||||||
// F|RES and ector 2003-2005
|
// F|RES and ector 2003-2005
|
||||||
//
|
//
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
// M O D U L E B E G I N ///////////////////////////////////////////////////////////////////////////
|
// M O D U L E B E G I N ///////////////////////////////////////////////////////////////////////////
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
#include "stdafx.h"
|
#ifndef __APPLE__
|
||||||
|
#include "stdafx.h"
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////////////////
|
#endif
|
||||||
// I M P L E M E N T A T I O N //////////////////////////////////////////////////////////////////////
|
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
// I M P L E M E N T A T I O N //////////////////////////////////////////////////////////////////////
|
||||||
//remove
|
/////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
//remove
|
||||||
|
|
Loading…
Reference in New Issue