removed more MSV_VER

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2095 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2009-02-03 22:46:18 +00:00
parent a1b7a91348
commit 9981670e37
3 changed files with 5 additions and 9 deletions

View File

@ -22,9 +22,10 @@
#ifdef _MSC_VER
#pragma warning(disable:4200)
#pragma pack(push, 1)
#endif
#pragma pack(push, 1)
// Source: HID_010_SPC_PFL/1.0 (official HID specification)
struct hid_packet {
@ -301,8 +302,6 @@ struct accel_cal
};
#if defined(_MSC_VER)
#pragma pack(pop)
#endif
#pragma pack(pop)
#endif //WIIMOTE_HID_H