mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[USBDRV]
remove hacks to fix build svn path=/trunk/; revision=54827
This commit is contained in:
@@ -1,20 +1,6 @@
|
||||
//#define NTDDI_VERSION NTDDI_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 <stdio.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user