exports the symbols on linux as well
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@774 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
f650cb19e4
commit
d4dafd1d5b
|
@ -16,40 +16,28 @@
|
||||||
// http://code.google.com/p/dolphin-emu/
|
// http://code.google.com/p/dolphin-emu/
|
||||||
|
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
|
|
||||||
// =======================================================================================
|
|
||||||
// Turn on and off logging modes
|
// Turn on and off logging modes
|
||||||
// --------------
|
// --------------
|
||||||
//#define LOG1 // writes selected parameters only and with more readable formatting
|
//#define LOG1 // writes selected parameters only and with more readable formatting
|
||||||
//#define LOG2 // writes all parameters
|
//#define LOG2 // writes all parameters
|
||||||
// ==============
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// =======================================================================================
|
|
||||||
// Includes
|
|
||||||
// --------------
|
|
||||||
#include "Common.h"
|
#include "Common.h"
|
||||||
#include "../Globals.h"
|
#include "../Globals.h"
|
||||||
#include "CommonTypes.h" // Pluginspecs
|
#include "CommonTypes.h" // Pluginspecs
|
||||||
|
|
||||||
#include "UCode_AXStructs.h" // For the AXParamBlock structure
|
#include "UCode_AXStructs.h" // For the AXParamBlock structure
|
||||||
#include "Console.h" // For wprintf, ClearScreen
|
#include "Console.h" // For wprintf, ClearScreen
|
||||||
// ==============
|
|
||||||
|
|
||||||
|
|
||||||
// =======================================================================================
|
|
||||||
// Externals
|
|
||||||
// --------------
|
|
||||||
u32 m_addressPBs = 0;
|
u32 m_addressPBs = 0;
|
||||||
// --------------
|
|
||||||
extern u32 gLastBlock;
|
extern u32 gLastBlock;
|
||||||
// ==============
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// =======================================================================================
|
#ifdef _WIN32
|
||||||
|
|
||||||
int m = 0;
|
int m = 0;
|
||||||
int n = 0;
|
int n = 0;
|
||||||
#ifdef LOG2
|
#ifdef LOG2
|
||||||
|
@ -126,4 +114,4 @@ int ReadOutPBs(AXParamBlock * _pPBs, int _num)
|
||||||
}
|
}
|
||||||
// =======================================================================================
|
// =======================================================================================
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue