mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
more MSC_VER
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2098 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -35,10 +35,8 @@ typedef unsigned long __u32;
|
|||||||
#define __attribute__(a)
|
#define __attribute__(a)
|
||||||
#pragma pack(push)
|
#pragma pack(push)
|
||||||
#pragma pack(1)
|
#pragma pack(1)
|
||||||
#ifdef _MSC_VER
|
|
||||||
#pragma warning(push)
|
#pragma warning(push)
|
||||||
#pragma warning(disable:4200)
|
#pragma warning(disable:4200)
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/* L2CAP defaults */
|
/* L2CAP defaults */
|
||||||
@ -208,10 +206,8 @@ struct l2cap_info_rsp {
|
|||||||
#define L2CAP_IR_SUCCESS 0x0000
|
#define L2CAP_IR_SUCCESS 0x0000
|
||||||
#define L2CAP_IR_NOTSUPP 0x0001
|
#define L2CAP_IR_NOTSUPP 0x0001
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#pragma warning(pop)
|
#pragma warning(pop)
|
||||||
#pragma pack(pop)
|
#pragma pack(pop)
|
||||||
#endif
|
|
||||||
|
|
||||||
struct value_string
|
struct value_string
|
||||||
{
|
{
|
||||||
|
@ -20,10 +20,7 @@
|
|||||||
|
|
||||||
#include <CommonTypes.h>
|
#include <CommonTypes.h>
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
|
||||||
#pragma warning(disable:4200)
|
#pragma warning(disable:4200)
|
||||||
#endif
|
|
||||||
|
|
||||||
#pragma pack(push, 1)
|
#pragma pack(push, 1)
|
||||||
|
|
||||||
// Source: HID_010_SPC_PFL/1.0 (official HID specification)
|
// Source: HID_010_SPC_PFL/1.0 (official HID specification)
|
||||||
|
Reference in New Issue
Block a user