mirror of https://github.com/tongzx/nt5src
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.
35 lines
733 B
35 lines
733 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// File: cmmaster.h
|
|
//
|
|
// Module: CMPBK32.DLL
|
|
//
|
|
// Synopsis: Master include file for precompiled headers.
|
|
//
|
|
// Copyright (c) 1996-1998 Microsoft Corporation
|
|
//
|
|
// Author: quintinb created header 08/17/99
|
|
//
|
|
//+----------------------------------------------------------------------------
|
|
|
|
#ifndef _CMMASTER_H_
|
|
#define _CMMASTER_H_
|
|
|
|
#include <windows.h>
|
|
#include <windowsx.h>
|
|
#include <tapi.h>
|
|
#include <ras.h>
|
|
#include <raserror.h>
|
|
#include <tchar.h>
|
|
|
|
#include "cmutil.h"
|
|
#include "cm_phbk.h"
|
|
#include "ccsv.h"
|
|
#include "phbk.h"
|
|
#include "misc.h"
|
|
#include "cm_misc.h"
|
|
#include "pbk_str.h"
|
|
#include "cmdebug.h"
|
|
|
|
#endif // _CMMASTER_H_
|
|
|