Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


Trying to unwind, I found this:
http://opengrok.libreoffice.org/xref/core/external/unixODBC/inc/odbc/sqltypes.h#112
    112 #ifdef SQL_WCHART_CONVERT
    113 typedef wchar_t             WCHAR;
    114 #else
    115 typedef unsigned short      WCHAR;
    116 #endif

After a test, I confirm that unsigned short has a size of 2 bytes.
So it means that WCHAR is made from wchart_t

but then I'm stuck because I don't know where's defined  SQL_WCHART_CONVERT
(and what it is)




--
View this message in context: 
http://nabble.documentfoundation.org/Build-fail-with-MacOs-in-connectivity-part-tp4111804p4111807.html
Sent from the Dev mailing list archive at Nabble.com.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.