A bit more _MSC_VER cleanup.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2100 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
magumagu9
2009-02-04 01:55:24 +00:00
parent ec39c45dd5
commit 4307803090
2 changed files with 6 additions and 4 deletions

View File

@ -20,7 +20,9 @@
#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)