1
0
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:
Sandu Liviu Catalin 2021-08-22 18:07:20 +03:00
parent 7a3d92d1d1
commit acadc852c4

View File

@ -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