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