| sensapi.h (6.0.6001.18000-Windows 6.0) | | sensapi.h (6.1.7600.16385-Windows 7.0) |
| | |
| skipping to change at line 41 | | skipping to change at line 41 |
| #pragma once | | #pragma once |
| #endif | | #endif |
| | |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| extern "C" { | | extern "C" { |
| #endif | | #endif |
| | |
| #define NETWORK_ALIVE_LAN 0x00000001 | | #define NETWORK_ALIVE_LAN 0x00000001 |
| #define NETWORK_ALIVE_WAN 0x00000002 | | #define NETWORK_ALIVE_WAN 0x00000002 |
| #define NETWORK_ALIVE_AOL 0x00000004 | | #define NETWORK_ALIVE_AOL 0x00000004 |
|
| | #define NETWORK_ALIVE_INTERNET 0x00000008 |
| | |
| typedef struct tagQOCINFO | | typedef struct tagQOCINFO |
| { | | { |
| DWORD dwSize; | | DWORD dwSize; |
| DWORD dwFlags; | | DWORD dwFlags; |
| DWORD dwInSpeed; | | DWORD dwInSpeed; |
| DWORD dwOutSpeed; | | DWORD dwOutSpeed; |
| } QOCINFO, *LPQOCINFO; | | } QOCINFO, *LPQOCINFO; |
| | |
| #ifdef UNICODE | | #ifdef UNICODE |
| | |
| End of changes. 1 change blocks. |
| 0 lines changed or deleted | | 1 lines changed or added |
|