Hack for broken usbclassuids.h header.
authorTom Sutcliffe <thomas.sutcliffe@accenture.com>
Thu, 07 Oct 2010 16:23:29 +0100
changeset 65 91da8db1df45
parent 64 72ffa331d78d
child 67 84fefe1cd57f
Hack for broken usbclassuids.h header.
plugins/consoles/vt100cons/src/usb/vtc_usb.cpp
--- a/plugins/consoles/vt100cons/src/usb/vtc_usb.cpp	Tue Sep 28 17:03:08 2010 +0100
+++ b/plugins/consoles/vt100cons/src/usb/vtc_usb.cpp	Thu Oct 07 16:23:29 2010 +0100
@@ -15,6 +15,8 @@
 #include "vtc_usb.h"
 #include <usbclassuids.h>
 
+; // This semicolon is to hack around usbclassuids.h having a typo in it that *still* isn't fixed in s60\tb92 and ncp builds...
+
 EXPORT_C TAny* NewConsole()
 	{
 	return new CUsbConsole;