22 lines
472 B
C
22 lines
472 B
C
|
//+----------------------------------------------------------------------------
|
||
|
//
|
||
|
// File: cmmaster.h
|
||
|
//
|
||
|
// Module: CMSTP.EXE
|
||
|
//
|
||
|
// Synopsis: Master include file for precompiled headers.
|
||
|
//
|
||
|
// Copyright (c) 1997-1999 Microsoft Corporation
|
||
|
//
|
||
|
// Author: quintinb Created Header 08/19/99
|
||
|
//
|
||
|
//+----------------------------------------------------------------------------
|
||
|
|
||
|
#ifndef _CMMASTER_H_
|
||
|
#define _CMMASTER_H_
|
||
|
|
||
|
#include "common.h"
|
||
|
|
||
|
#endif // _CMMASTER_H_
|
||
|
|