commit | 39cdcd66923e611e9641aa65c6a0815e49490367 | [log] [tgz] |
---|---|---|
author | Marcus Meissner <meissner@suse.de> | Sat Aug 27 09:19:17 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Aug 27 09:19:17 2005 +0000 |
tree | 169619281fa7e3a8720fc2fc37e013d36c834839 | |
parent | eb52044ee8682e015f7c1d5a4acb13319d450ab2 [diff] [blame] |
IsNetworkAlive() enhanced, always reports LAN.
diff --git a/include/sensapi.h b/include/sensapi.h index f355f1c..791a939 100644 --- a/include/sensapi.h +++ b/include/sensapi.h
@@ -23,6 +23,10 @@ extern "C" { #endif +#define NETWORK_ALIVE_LAN 1 +#define NETWORK_ALIVE_WAN 2 +#define NETWORK_ALIVE_AOL 4 + typedef struct tagQOCINFO { DWORD dwSize;