mirror of https://github.com/tongzx/nt5src
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.
24 lines
589 B
24 lines
589 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// 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
|