Am Di., 12. Sept. 2023 um 17:01 Uhr schrieb Alvin Wong <[email protected]>: > > Hi, I assume you attached a patch file with the file extension `.patch` > but unfortunately it was stripped from the mailing list. (This happens a > lot for patches sent from Gmail.) Can you resend it with the file > extension changed to `.txt`? Thanks.
Sure. Here it is.
From 6d8031df164e689baf30c6ae59579852301b7fba Mon Sep 17 00:00:00 2001 From: Oleg Tolmatcev <[email protected]> Date: Sat, 5 Aug 2023 13:35:53 +0200 Subject: [PATCH] headers: remove conflicting declarations in qos2.h --- mingw-w64-headers/include/qos2.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mingw-w64-headers/include/qos2.h b/mingw-w64-headers/include/qos2.h index 1a708f66..d16874e2 100644 --- a/mingw-w64-headers/include/qos2.h +++ b/mingw-w64-headers/include/qos2.h @@ -145,10 +145,6 @@ WINBOOL WINAPI QOSRemoveSocketFromFlow( DWORD Flags ); -#define QOSSetTrafficType 0 -#define QOSSetOutgoingRate 1 -#define QOSSetOutgoingDSCPValue 2 - WINBOOL WINAPI QOSSetFlow( HANDLE QOSHandle, QOS_FLOWID FlowId, -- 2.41.0.windows.1
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
