34 lines
629 B
C
34 lines
629 B
C
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
|
|
|
|
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
|
|
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
|
|
// PARTICULAR PURPOSE.
|
|
|
|
//
|
|
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
#ifndef _PRECOMP_
|
|
#define _PRECOMP_
|
|
|
|
//#include <nt.h>
|
|
//#include <ntrtl.h>
|
|
//#include <nturtl.h>
|
|
#include <assert.h>
|
|
|
|
#include <atlbase.h>
|
|
#include <windows.h>
|
|
#include <stdio.h>
|
|
|
|
//#include "rpc.h"
|
|
//#include "rpcndr.h"
|
|
//#include "ole2.h"
|
|
|
|
#include "naptypes.h"
|
|
#include "NapMicrosoftVendorIds.h"
|
|
#include "NapError.h"
|
|
|
|
#endif
|