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.
42 lines
965 B
42 lines
965 B
/*****************************************************************************
|
|
*
|
|
* $Workfile: pch_mon.h $
|
|
*
|
|
* Copyright (C) 1997 Hewlett-Packard Company.
|
|
* Copyright (C) 1997 Microsoft Corporation.
|
|
* All rights reserved.
|
|
*
|
|
* 11311 Chinden Blvd.
|
|
* Boise, Idaho 83714
|
|
*
|
|
*****************************************************************************
|
|
*
|
|
* $Log: /StdTcpMon/Common/pch_mon.h $
|
|
*
|
|
* 4 9/25/97 9:08a Dsnelson
|
|
* removed target.h
|
|
*
|
|
* 3 7/14/97 2:35p Binnur
|
|
* copyright statement
|
|
*
|
|
* 2 7/11/97 1:52p Dsnelson
|
|
* added blank last line
|
|
*
|
|
* 1 7/02/97 2:25p Binnur
|
|
* Initial File
|
|
*
|
|
*****************************************************************************/
|
|
|
|
|
|
#ifndef _PRECOMP_H
|
|
#define _PRECOMP_H
|
|
|
|
#include <tchar.h>
|
|
#include <windows.h>
|
|
#include <windowsx.h>
|
|
|
|
// Include the correct spooler definitions, etc
|
|
#include <winspool.h>
|
|
#include <strsafe.h>
|
|
|
|
#endif // INC_PCH_MON_H
|