22 lines
469 B
C
22 lines
469 B
C
|
//+----------------------------------------------------------------------------
|
||
|
//
|
||
|
// 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_
|
||
|
|