Kaydet (Commit) acdc855f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Trivially improve sal/types.h code indentation

...to trigger rebuilding of PCH on Windows after
e16fa715 "Handle wchar_t as native C++11 type on
windows"

Change-Id: Ia1cafb8a2f207f34b6fb1cb53fbaf23d90e6b296
üst e16fa715
......@@ -146,13 +146,13 @@ typedef unsigned char sal_uChar;
// "By default wchar_t is a typedef for unsigned short."
// But MinGW has a native wchar_t, and on many places, we cannot deal with
// that, so sal_Unicode has to be explicitly typedef'd as sal_uInt16 there.
typedef wchar_t sal_Unicode;
typedef wchar_t sal_Unicode;
#else
#define SAL_UNICODE_NOTEQUAL_WCHAR_T
#if LIBO_INTERNAL_ONLY && defined __cplusplus
typedef char16_t sal_Unicode;
#else
typedef sal_uInt16 sal_Unicode;
typedef sal_uInt16 sal_Unicode;
#endif
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment