[matroska] r1294 - trunk/DvdMenuXtractor/dmx
[email protected] Mon, 12 Mar 2007 16:05:06 +0300 (MSK)
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
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
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/DvdMenuXtractor/dmx/utilities.h 2007-03-10 21:47:01 UTC (rev 12=
93)
+++ trunk/DvdMenuXtractor/dmx/utilities.h 2007-03-12 13:04:52 UTC (rev 12=
94)
@@ -5,7 +5,7 @@
#include <stdint.h>
#include "dmx_project.h"
=20
-#define _T(x) (x)
+#define T(x) (x)
=20
namespace Utilities
{
@@ -17,4 +17,6 @@
QString EncodeHex(const unsigned char *buffer, unsigned size);
}
=20
+#undef T
+
#endif // UTILITIES_H