diff --git a/src/udp/udp.c b/src/udp/udp.c index ed2561544..cab34c1a4 100644 --- a/src/udp/udp.c +++ b/src/udp/udp.c @@ -32,10 +32,12 @@ #include #include #ifdef WIN32 +#if !defined(_MSC_VER) typedef UINT32 QOS_FLOWID, *PQOS_FLOWID; #ifndef QOS_NON_ADAPTIVE_FLOW #define QOS_NON_ADAPTIVE_FLOW 0x00000002 #endif +#endif #include #include #endif