summaryrefslogtreecommitdiff
path: root/network/netadaptercx/netvadapter/drivercode/pch.hpp
blob: b0e017eff14f711ac7cdcd92542f845745781e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) Microsoft Corporation. All rights reserved
#pragma once

#include <initguid.h>

#ifdef _KERNEL_MODE
#include <ntddk.h>
#else
#include <windows.h>
#include <new>
#endif

#include <wdf.h>
#include <netadaptercx.h>