mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-20 09:48:26 +00:00
remove #pragma directive
This commit is contained in:
parent
3d8986b646
commit
13aeb88feb
@ -135,13 +135,6 @@ typedef enum pcp_options {
|
||||
} pcp_options_t;
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma warning (push)
|
||||
#pragma warning (disable:4200)
|
||||
#endif /* _WIN32 */
|
||||
|
||||
#pragma pack(push, 1)
|
||||
|
||||
/* PCP common request header*/
|
||||
#if 0
|
||||
typedef struct pcp_request {
|
||||
@ -321,8 +314,3 @@ typedef struct pcp_filter_option {
|
||||
#endif
|
||||
#define PCP_FILTER_OPTION_SIZE (24)
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma warning (pop)
|
||||
#endif /* _WIN32 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user