27 lines
566 B
C
27 lines
566 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 <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <malloc.h>
|
|
#include <rtm.h>
|
|
#include <rtutils.h>
|
|
#include "rmrtm.h"
|
|
#include "rtmp.h"
|
|
#include "rtmv1rtm.h"
|
|
|