mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[USBDRV]
remove hacks to fix build svn path=/trunk/; revision=54827
This commit is contained in:
parent
dfb2191a95
commit
da309e313f
1 changed files with 0 additions and 14 deletions
|
@ -1,20 +1,6 @@
|
||||||
//#define NTDDI_VERSION NTDDI_WIN2K
|
//#define NTDDI_VERSION NTDDI_WIN2K
|
||||||
//#define _WIN32_WINNT _WIN32_WINNT_WIN2K
|
//#define _WIN32_WINNT _WIN32_WINNT_WIN2K
|
||||||
|
|
||||||
// hacks for WDK
|
|
||||||
#define __field_bcount_part_opt(x,y)
|
|
||||||
#define __field_bcount_part(x,y)
|
|
||||||
#define __field_bcount_opt(x)
|
|
||||||
#define __in_range(a,b)
|
|
||||||
#define __volatile
|
|
||||||
#define __struct_bcount(x)
|
|
||||||
#define __inexpressible_readableTo(x)
|
|
||||||
#define __deref_volatile
|
|
||||||
#ifndef __field_ecount
|
|
||||||
# define __field_ecount(x)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#include <ntddk.h>
|
#include <ntddk.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue