plugins/consoles/vt100cons/src/usb/vtc_usb.cpp
changeset 66 2a78c4ff2eab
parent 63 6a2083f7eeb8
--- a/plugins/consoles/vt100cons/src/usb/vtc_usb.cpp	Mon Sep 20 16:46:34 2010 +0100
+++ b/plugins/consoles/vt100cons/src/usb/vtc_usb.cpp	Wed Oct 13 12:41:05 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;