windows-nt/Source/XPSP1/NT/com/oleutest/balls/idl/pch.cxx

25 lines
589 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// 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