[PATCH 2/3] include: Add missing connection check flags to wininet.h

Bruno Jesus 00cpxxx at gmail.com
Sun Mar 5 22:24:30 CST 2017


From: Bruno Jesus <bjesus at codeweavers.com>
Signed-off-by: Bruno Jesus <bjesus at codeweavers.com>
---
 include/wininet.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/wininet.h b/include/wininet.h
index 39a6646..14fff61 100644
--- a/include/wininet.h
+++ b/include/wininet.h
@@ -1712,6 +1712,9 @@ INTERNETAPI BOOL WINAPI InternetGetConnectedState(LPDWORD ,DWORD);
 #define INTERNET_CONNECTION_LAN             2
 #define INTERNET_CONNECTION_PROXY           4
 #define INTERNET_CONNECTION_MODEM_BUSY      8
+#define INTERNET_RAS_INSTALLED           0x10
+#define INTERNET_CONNECTION_OFFLINE      0x20
+#define INTERNET_CONNECTION_CONFIGURED   0x40
 
 typedef DWORD (CALLBACK *PFN_DIAL_HANDLER) (HWND,LPCSTR,DWORD,LPDWORD);
 
-- 
2.9.3




More information about the wine-patches mailing list