[Libreoffice-commits] core.git: include/sal

Stephan Bergmann sbergman at redhat.com
Sat Feb 11 12:08:30 UTC 2017


 include/sal/types.h |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 99839ca138d69fd30943cfb985d6cd385626402b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sat Feb 11 13:05:54 2017 +0100

    Remove comment that is no longer accurate/relevant
    
    ...after e16fa715c43dcdf836ce8c400b6d54eae87b627d "Handle wchar_t as native
    C++11 type on windows"
    
    Change-Id: I8005a48a43f1baba3c04c11ff52d26d756f25204

diff --git a/include/sal/types.h b/include/sal/types.h
index a2e7b12..1bf6976 100644
--- a/include/sal/types.h
+++ b/include/sal/types.h
@@ -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


More information about the Libreoffice-commits mailing list