From d4dafd1d5bc04f658a4683b99d837fbce3547451 Mon Sep 17 00:00:00 2001 From: nakeee Date: Sat, 4 Oct 2008 22:28:11 +0000 Subject: [PATCH] exports the symbols on linux as well git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@774 8ced0084-cf51-0410-be5f-012b33b47a6e --- .../Plugin_DSP_LLE/Src/Logging/ReadPBs.cpp | 20 ++++--------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/Source/Plugins/Plugin_DSP_LLE/Src/Logging/ReadPBs.cpp b/Source/Plugins/Plugin_DSP_LLE/Src/Logging/ReadPBs.cpp index 6bd3ccd351..4001b71b66 100644 --- a/Source/Plugins/Plugin_DSP_LLE/Src/Logging/ReadPBs.cpp +++ b/Source/Plugins/Plugin_DSP_LLE/Src/Logging/ReadPBs.cpp @@ -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 \ No newline at end of file +#endif