mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
1f377076d7
Not all files are included, but these are necessary to compile cdrom driver. So far it can only be statically linked with drivers, a proper implementation requires wdfldr helper driver
16 lines
356 B
C
16 lines
356 B
C
//
|
|
// Copyright (C) Microsoft. All rights reserved.
|
|
//
|
|
//
|
|
// Since #include'ing FxDymamics.h requires a bunch of headers before it, we
|
|
// do this in one place because multiple spots in the code include this header.
|
|
//
|
|
|
|
extern "C" {
|
|
#include <usbdrivr.h>
|
|
|
|
#include <wdfusb.h>
|
|
#include <wdfminiport.h>
|
|
#include "fxdynamics.h"
|
|
#include "vffxdynamics.h"
|
|
}
|