#pragma warning is specific to the MS compiler.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5490 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
47af7bd8b1
commit
a94c7fc534
|
@ -206,7 +206,9 @@ 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)
|
||||||
|
#endif
|
||||||
#pragma pack(pop)
|
#pragma pack(pop)
|
||||||
|
|
||||||
struct value_string
|
struct value_string
|
||||||
|
|
Loading…
Reference in New Issue