[ros-diffs] [tkreuzer] 54827: [USBDRV] remove hacks to fix build

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Tue Jan 3 20:23:30 UTC 2012


Author: tkreuzer
Date: Tue Jan  3 20:23:29 2012
New Revision: 54827

URL: http://svn.reactos.org/svn/reactos?rev=54827&view=rev
Log:
[USBDRV]
remove hacks to fix build


Modified:
    trunk/reactos/drivers/usb/nt4compat/usbdrv/usbdriver.h

Modified: trunk/reactos/drivers/usb/nt4compat/usbdrv/usbdriver.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbdrv/usbdriver.h?rev=54827&r1=54826&r2=54827&view=diff
==============================================================================
--- trunk/reactos/drivers/usb/nt4compat/usbdrv/usbdriver.h [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/nt4compat/usbdrv/usbdriver.h [iso-8859-1] Tue Jan  3 20:23:29 2012
@@ -1,19 +1,5 @@
 //#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>




More information about the Ros-diffs mailing list