2025-04-27 07:49:33 -04:00

25 lines
613 B
C++

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1991 - 1992.
//
// File: PCH.CXX
//
// Contents: Precompiled header
//
// History: 12-Jul-93 ShannonC Created
//
//--------------------------------------------------------------------------
#pragma warning(disable:4101) // Local variable not used
#include <windows.h>
#include <basetyps.h>
#include <varnt.h>
#include <wtypes.h>
#include <shtyps.h>
#include <oletyp.h>
#include <stdrpc.hxx>
#include <idltyps.h>
#pragma hdrstop