47 lines
960 B
C
47 lines
960 B
C
|
//============================================================================
|
||
|
// Copyright (c) 1995, Microsoft Corporation
|
||
|
//
|
||
|
// File: pchmgm.h
|
||
|
//
|
||
|
// History:
|
||
|
// V Raman Oct-14-1997 Created.
|
||
|
//
|
||
|
// Pre compiled header for MGM
|
||
|
//============================================================================
|
||
|
|
||
|
|
||
|
#include <nt.h>
|
||
|
#include <ntrtl.h>
|
||
|
#include <nturtl.h>
|
||
|
#include <windows.h>
|
||
|
#include <winsvc.h>
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
#include <malloc.h>
|
||
|
#include <winsock.h>
|
||
|
#include <rtmv2.h>
|
||
|
#include <routprot.h>
|
||
|
#include <raserror.h>
|
||
|
#include <mprerror.h>
|
||
|
#include <rtutils.h>
|
||
|
#include <ddipmcst.h>
|
||
|
#include <iprtrmib.h>
|
||
|
#include "rmrtm.h"
|
||
|
#include "mgmrtm.h"
|
||
|
#include "rmmgm.h"
|
||
|
#include "mgm.h"
|
||
|
#include "defs.h"
|
||
|
#include "sync.h"
|
||
|
#include "ipmgm.h"
|
||
|
#include "protocol.h"
|
||
|
#include "group.h"
|
||
|
#include "if.h"
|
||
|
#include "forward.h"
|
||
|
#include "timer.h"
|
||
|
#include "enum.h"
|
||
|
#include "log.h"
|
||
|
#include "route.h"
|
||
|
#include "scope.h"
|
||
|
|