mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-29 12:48:46 +00:00
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:
parent
a1b7a91348
commit
9981670e37
3 changed files with 5 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue