summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2008-12-12 12:56:11 +0000
committernakeee <nakeee@gmail.com>2008-12-12 12:56:11 +0000
commit8fa5b24472c53c5bcac1ee6d831ffc3bcd367dfd (patch)
tree15f7f387b3b3cf4f4ba2761be22f265180be7773 /Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp
parentd61cbd747f1b68e84c18240bf1296fbd346886d1 (diff)
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
Diffstat (limited to 'Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp')
-rw-r--r--Source/Plugins/Plugin_PadSimple/Src/PadSimple.cpp4
1 files changed, 2 insertions, 2 deletions
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);
}