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.
22 lines
580 B
22 lines
580 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1991 - 1992.
|
|
//
|
|
// File: PCH.CXX
|
|
//
|
|
// Contents: Precompiled header
|
|
//
|
|
// History: 04-Feb-94 Rickhi Created
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
#pragma warning(disable:4101) // Local variable not used
|
|
|
|
#include <common.h>
|
|
#include <debnot.h>
|
|
#include <math.h>
|
|
#include <smartp.hxx>
|
|
#include <safepnt.hxx>
|
|
#include <sem.hxx>
|
|
|
|
#pragma hdrstop
|