Hi,
Usb.h contains an
#ifdef WIN64
quite in contrast to all other header files, which use the underscored
variant instead:
#ifdef _WIN64
The below patch fixes that for consistency. Ok to apply?
Thanks,
Corinna
* usb.h: Check for _WIN64 instead of WIN64.
Index: usb.h
===================================================================
--- usb.h (revision 5234)
+++ usb.h (working copy)
@@ -476,7 +476,7 @@
PVOID TransferBuffer;
PMDL TransferBufferMDL;
ULONG Timeout;
-#ifdef WIN64
+#ifdef _WIN64
ULONG Pad;
#endif
struct _URB_HCD_AREA hca;
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public