* include/iprtrmib.h: Further layout changes according to standard.

* include/iptypes.h: Ditto.
        * include/ntdef.h: Ditto.
        * include/ntsecapi.h: Ditto.
        * include/subauth.h: Ditto.
This commit is contained in:
Corinna Vinschen
2000-10-09 09:51:46 +00:00
parent 4b5970ab89
commit b9e7a2b666
6 changed files with 33 additions and 25 deletions

View File

@ -32,9 +32,9 @@ extern "C" {
#define MIB_TCP_STATE_LAST_ACK 10
#define MIB_TCP_STATE_TIME_WAIT 11
#define MIB_TCP_STATE_DELETE_TCB 12
#define MIB_USE_CURRENT_TTL ((DWORD) -1)
#define MIB_USE_CURRENT_FORWARDING ((DWORD) -1)
#define MIB_TCP_MAXCONN_DYNAMIC ((DWORD) -1)
#define MIB_USE_CURRENT_TTL ((DWORD)-1)
#define MIB_USE_CURRENT_FORWARDING ((DWORD)-1)
#define MIB_TCP_MAXCONN_DYNAMIC ((DWORD)-1)
typedef struct {
DWORD dwAddr;
DWORD dwIndex;