ReactOS 0.4.15-dev-8434-g155a7c7
fxdynamicswrapper.h
Go to the documentation of this file.
1//
2// Copyright (C) Microsoft. All rights reserved.
3//
4//
5// Since #include'ing FxDymamics.h requires a bunch of headers before it, we
6// do this in one place because multiple spots in the code include this header.
7//
8
9extern "C" {
10#include <usbdrivr.h>
11
12#include <wdfusb.h>
13#include <wdfminiport.h>
14#include "fxdynamics.h"
15#include "vffxdynamics.h"
16}