Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

29 lines
616 B

//+----------------------------------------------------------------------------
//
// File: cmmaster.h
//
// Module: CMUTIL.DLL
//
// Synopsis: Master include file for precompiled headers.
//
// Copyright (c) 1997-1999 Microsoft Corporation
//
// Author: henryt Created 03/01/98
//
//+----------------------------------------------------------------------------
#ifndef _CMMASTER_H_
#define _CMMASTER_H_
#include <windows.h>
#include <stdlib.h>
#include <tchar.h>
#include "uapi.h"
#include "cm_def.h"
#include "cmdebug.h"
#define _CMUTIL_MODULE_
#include "cmutil.h"
#endif // _CMMASTER_H_