[Matroska-cvs] [matroska] r1294 - trunk/DvdMenuXtractor/dmx

robux4 at matroska.org robux4 at matroska.org
Mon Mar 12 14:05:06 CET 2007


Author: robux4
Date: 2007-03-12 16:04:52 +0300 (Mon, 12 Mar 2007)
New Revision: 1294

Modified:
   trunk/DvdMenuXtractor/dmx/utilities.h
Log:
fix the compilation error/warning for strings from project.h

Modified: trunk/DvdMenuXtractor/dmx/utilities.h
===================================================================
--- trunk/DvdMenuXtractor/dmx/utilities.h	2007-03-10 21:47:01 UTC (rev 1293)
+++ trunk/DvdMenuXtractor/dmx/utilities.h	2007-03-12 13:04:52 UTC (rev 1294)
@@ -5,7 +5,7 @@
 #include <stdint.h>
 #include "dmx_project.h"
 
-#define _T(x) (x)
+#define T(x) (x)
 
 namespace Utilities
 {
@@ -17,4 +17,6 @@
 	QString EncodeHex(const unsigned char *buffer, unsigned size);
 }
 
+#undef T
+
 #endif // UTILITIES_H



More information about the Matroska-cvs mailing list