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.
21 lines
469 B
21 lines
469 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// File: cmmaster.h
|
|
//
|
|
// Module: CMDL32.EXE
|
|
//
|
|
// Synopsis: Master include file for precompiled headers.
|
|
//
|
|
// Copyright (c) 1997-1998 Microsoft Corporation
|
|
//
|
|
// Author: nickball Created 04/08/98
|
|
//
|
|
//+----------------------------------------------------------------------------
|
|
|
|
#ifndef _CMMASTER_H_
|
|
#define _CMMASTER_H_
|
|
|
|
#include "cmdl.h"
|
|
|
|
#endif // _CMMASTER_H_
|
|
|