mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Update ICMPv4PacketImpl.h
This commit is contained in:
parent
7a3d92d1d1
commit
acadc852c4
@ -54,8 +54,8 @@ public:
|
||||
poco_static_assert (offsetof(Header, seq) == 0x06);
|
||||
#endif
|
||||
|
||||
// wincrypt.h also contains a macro named TIMESTAMP_REQUEST
|
||||
// being a MinGW issue we can get rid of it for a moment
|
||||
// wincrypt.h also contains a macro named TIMESTAMP_REQUEST
|
||||
// being a MinGW issue we can get rid of it for a moment
|
||||
#if defined(TIMESTAMP_REQUEST) && defined(POCO_COMPILER_MINGW)
|
||||
#pragma push_macro("TIMESTAMP_REQUEST")
|
||||
#define POCO_RESTORE_TIMESTAMP_REQUEST
|
||||
|
Loading…
Reference in New Issue
Block a user