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

Remove comment that is no longer accurate/relevant

...after e16fa715 "Handle wchar_t as native
C++11 type on windows"

Change-Id: I8005a48a43f1baba3c04c11ff52d26d756f25204
üst bc9976be
......@@ -133,8 +133,6 @@ typedef signed char sal_sChar;
typedef unsigned char sal_uChar;
#if defined(SAL_W32)
// http://msdn.microsoft.com/en-us/library/s3f49ktz%28v=vs.80%29.aspx
// "By default wchar_t is a typedef for unsigned short."
typedef wchar_t sal_Unicode;
#else
#define SAL_UNICODE_NOTEQUAL_WCHAR_T
......
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