From 8fa5b24472c53c5bcac1ee6d831ffc3bcd367dfd Mon Sep 17 00:00:00 2001 From: nakeee Date: Fri, 12 Dec 2008 12:56:11 +0000 Subject: made BOOL into s8 I tried hard not to break windows code but please check git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1513 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp') diff --git a/Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp b/Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp index fe6731a735..a1903432a1 100644 --- a/Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp +++ b/Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp @@ -111,7 +111,7 @@ IMPLEMENT_APP_NO_MAIN(wxDLLApp) WXDLLIMPEXP_BASE void wxSetInstance(HINSTANCE hInst); -BOOL APIENTRY DllMain(HINSTANCE hinstDLL, // DLL module handle +s8 APIENTRY DllMain(HINSTANCE hinstDLL, // DLL module handle DWORD dwReason, // reason called LPVOID lpvReserved) // reserved { @@ -568,7 +568,7 @@ unsigned int PAD_GetAttachedPads() } -unsigned int SaveLoadState(char* _ptr, BOOL _bSave) +unsigned int SaveLoadState(char* _ptr, s8 _bSave) { return(0); } -- cgit v1.2.3