Re: [Mingw-w64-public] [PATCH] iprtrmib.h: Added missing tcpmib.h include.

2015-01-12 Thread Ray Donnelly
On Mon, Jan 12, 2015 at 6:45 PM, Jacek Caban wrote: > --- > mingw-w64-headers/include/iprtrmib.h | 1 + > 1 file changed, 1 insertion(+) > Seems that #include needs to be moved after: typedef int MIB_TCP_STATE; .. since MIB_TCP_STATE is used in tcpmib.h .. or some other re-organisation that cau

[Mingw-w64-public] [PATCH] iprtrmib.h: Added missing tcpmib.h include.

2015-01-12 Thread Jacek Caban
--- mingw-w64-headers/include/iprtrmib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-headers/include/iprtrmib.h b/mingw-w64-headers/include/iprtrmib.h index f5f826b..04b7c44 100644 --- a/mingw-w64-headers/include/iprtrmib.h +++ b/mingw-w64-headers/include/iprtrmib.h @@ -9,6 +9,7