tools/assistant/lib/fulltextsearch/qclucene-config_p.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
--- a/tools/assistant/lib/fulltextsearch/qclucene-config_p.h	Wed Jun 23 19:07:03 2010 +0300
+++ b/tools/assistant/lib/fulltextsearch/qclucene-config_p.h	Tue Jul 06 15:10:48 2010 +0300
@@ -314,14 +314,12 @@
 #define _CL_HAVE_SYS_TYPES_H  1
 #endif
 
-// Do not use the tchar.h that ships with mingw, this causes the qt build to
-// fail (211547, 211401, etc...), reuse the replacement as with any other compiler
-// #if defined(__MINGW32__)
-//     /* Define to 1 if you have the <tchar.h> header file. */
-// #   ifndef _CL_HAVE_TCHAR_H
-// #   define _CL_HAVE_TCHAR_H  1
-// #   endif
-// #endif
+#if defined(__MINGW32__)
+     /* Define to 1 if you have the <tchar.h> header file. */
+ #   ifndef _CL_HAVE_TCHAR_H
+ #   define _CL_HAVE_TCHAR_H  1
+ #   endif
+#endif
 
 #if defined(__MINGW32__) || defined(__SUNPRO_CC) || defined(__SUNPRO_C)
     /* Define to 1 if you have the `tell' function. */