summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-02-03 23:25:30 +0000
committernakeee <nakeee@gmail.com>2009-02-03 23:25:30 +0000
commitc10d69fe07c932be3ee425cb3ec5462cb84012fd (patch)
treed1b730b17604f53f34bc87a5206ecfe65017d9bb /Source
parent25b7942de2053c74abf65a368ead4dbf55bc6dca (diff)
more MSC_VER
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2098 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/Src/IPC_HLE/l2cap.h4
-rw-r--r--Source/Plugins/Plugin_Wiimote/Src/wiimote_hid.h3
2 files changed, 0 insertions, 7 deletions
diff --git a/Source/Core/Core/Src/IPC_HLE/l2cap.h b/Source/Core/Core/Src/IPC_HLE/l2cap.h
index c61b816878..97ebfe571b 100644
--- a/Source/Core/Core/Src/IPC_HLE/l2cap.h
+++ b/Source/Core/Core/Src/IPC_HLE/l2cap.h
@@ -35,10 +35,8 @@ typedef unsigned long __u32;
#define __attribute__(a)
#pragma pack(push)
#pragma pack(1)
-#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable:4200)
-#endif
/* L2CAP defaults */
@@ -208,10 +206,8 @@ struct l2cap_info_rsp {
#define L2CAP_IR_SUCCESS 0x0000
#define L2CAP_IR_NOTSUPP 0x0001
-#ifdef _MSC_VER
#pragma warning(pop)
#pragma pack(pop)
-#endif
struct value_string
{
diff --git a/Source/Plugins/Plugin_Wiimote/Src/wiimote_hid.h b/Source/Plugins/Plugin_Wiimote/Src/wiimote_hid.h
index 93121a21c3..f6882a84c9 100644
--- a/Source/Plugins/Plugin_Wiimote/Src/wiimote_hid.h
+++ b/Source/Plugins/Plugin_Wiimote/Src/wiimote_hid.h
@@ -20,10 +20,7 @@
#include <CommonTypes.h>
-#ifdef _MSC_VER
#pragma warning(disable:4200)
-#endif
-
#pragma pack(push, 1)
// Source: HID_010_SPC_PFL/1.0 (official HID specification)