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.
31 lines
559 B
31 lines
559 B
/*-------------------------------------------------------------------
|
|
|
|
Copyright <c> 2000 Microsoft Corporation
|
|
|
|
Module Name :
|
|
|
|
precomp.hxx
|
|
|
|
Abtract :
|
|
|
|
Precompiled header for C++ files in NDR64
|
|
|
|
Author :
|
|
|
|
Mike Zoran mzoran January 2000
|
|
|
|
Revision History :
|
|
|
|
--------------------------------------------------------------------*/
|
|
#define _OLE32_
|
|
#include <assert.h>
|
|
#include "ndr64tkn.h"
|
|
#include "ndrp.h"
|
|
#include "hndl.h"
|
|
#include "interp.h"
|
|
#include "expr.h"
|
|
#include "util.hxx"
|
|
#include "limits.h"
|
|
#include "pipendr.h"
|
|
#include "pointerq.h"
|
|
|