mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 19:05:52 +00:00
[WDF] Fix KMDF so it can compile with ReactOS SDK
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
This commit is contained in:
parent
8a978a179f
commit
1f377076d7
258 changed files with 4047 additions and 2387 deletions
|
@ -22,14 +22,14 @@
|
|||
|
||||
|
||||
|
||||
#if defined(_M_ARM)
|
||||
#if defined(_M_ARM) || defined(__REACTOS__)
|
||||
#define FX_VF_PAGING
|
||||
#else
|
||||
#define FX_VF_PAGING __declspec(code_seg(FX_VF_SECTION_NAME_QUOTED(WDF_FX_VF_SECTION_NAME)))
|
||||
#endif
|
||||
|
||||
#define FX_VF_NAME_TO_IMP_NAME( fnName ) Vf_##fnName
|
||||
#define FX_VF_NAME_TO_SCOPED_IMP_NAME( classname, fnName ) classname##::Vf_##fnName
|
||||
#define FX_VF_NAME_TO_SCOPED_IMP_NAME( classname, fnName ) classname::Vf_##fnName
|
||||
#define FX_VF_QF_VOID
|
||||
#define FX_VF_QF_NTSTATUS _Must_inspect_result_
|
||||
#define FX_VF_DEFAULT_RT_VOID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue