]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/regex/config/cwchar.hpp
Also display the info about BibTeX databases in the TeX info panel.
[lyx.git] / boost / boost / regex / config / cwchar.hpp
index 1d189e6ccd7f120b2a71e799164d808f82e6323b..a55089d0ab45b582a6f155352e8c1fc46748042c 100644 (file)
@@ -168,7 +168,7 @@ using ::wcscmp;
 inline int (wcscoll)(const wchar_t *p1, const wchar_t *p2)
 { return wcscoll(p1,p2); }
 #undef wcscoll
-#elif defined(BOOST_NO_STDC_NAMESPACE)
+#elif defined(BOOST_NO_STDC_NAMESPACE) && !defined(UNDER_CE)
 using ::wcscoll;
 #endif