Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
//============================================================================
// 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"
|