From acadc852c4bc3b04914f5df8916b5e66b1c25b8a Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Sun, 22 Aug 2021 18:07:20 +0300 Subject: [PATCH] Update ICMPv4PacketImpl.h --- vendor/POCO/Net/include/Poco/Net/ICMPv4PacketImpl.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vendor/POCO/Net/include/Poco/Net/ICMPv4PacketImpl.h b/vendor/POCO/Net/include/Poco/Net/ICMPv4PacketImpl.h index 3ea223ad..eddf97b7 100644 --- a/vendor/POCO/Net/include/Poco/Net/ICMPv4PacketImpl.h +++ b/vendor/POCO/Net/include/Poco/Net/ICMPv4PacketImpl.h @@ -54,10 +54,10 @@ 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") + #pragma push_macro("TIMESTAMP_REQUEST") #define POCO_RESTORE_TIMESTAMP_REQUEST #undef TIMESTAMP_REQUEST #endif