2025-11-28 00:35:46 +09:00

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