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:
nakeee 2008-10-04 22:28:11 +00:00
parent f650cb19e4
commit d4dafd1d5b
1 changed files with 4 additions and 16 deletions

View File

@ -16,40 +16,28 @@
// http://code.google.com/p/dolphin-emu/
#ifdef _WIN32
// =======================================================================================
// Turn on and off logging modes
// --------------
//#define LOG1 // writes selected parameters only and with more readable formatting
//#define LOG2 // writes all parameters
// ==============
// =======================================================================================
// Includes
// --------------
#include "Common.h"
#include "../Globals.h"
#include "CommonTypes.h" // Pluginspecs
#include "UCode_AXStructs.h" // For the AXParamBlock structure
#include "Console.h" // For wprintf, ClearScreen
// ==============
// =======================================================================================
// Externals
// --------------
u32 m_addressPBs = 0;
// --------------
extern u32 gLastBlock;
// ==============
// =======================================================================================
#ifdef _WIN32
int m = 0;
int n = 0;
#ifdef LOG2
@ -126,4 +114,4 @@ int ReadOutPBs(AXParamBlock * _pPBs, int _num)
}
// =======================================================================================
#endif
#endif