21 lines
461 B
C++
21 lines
461 B
C++
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1998 - 1999
|
|
//
|
|
// File: precomp.hxx
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#ifndef __PRECOMP_HXX_
|
|
#define __PRECOMP_HXX_
|
|
|
|
#include <sysinc.h>
|
|
#include <rpc.h>
|
|
#include <rpcndr.h>
|
|
#include <rpcdcep.h>
|
|
#include <rpcerrp.h>
|
|
#include <rpcssp.h>
|
|
|
|
#endif // __PRECOMP_HXX_
|