mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
#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:
@ -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
|
||||||
|
Reference in New Issue
Block a user