include/rtl/textcvt.h |    1 +
 include/sal/config.h  |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit b3dd1e92af805bd549bcf9d5ce0553831d2afc73
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sat Nov 23 17:26:12 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Nov 24 09:55:40 2024 +0100

    Revert "tdf#152299 - Remove unused define(s) from C/C++ files"
    
    This reverts commit 16a5ae7c90a3349854fb3975b435c24f08c0a51c.
    
    It seems to break public API.
    
    Change-Id: I0ef2c6e975b4cf20b9894ddf33f36444e2230ca4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177168
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/include/rtl/textcvt.h b/include/rtl/textcvt.h
index 277c0f846435..14d374c16f6d 100644
--- a/include/rtl/textcvt.h
+++ b/include/rtl/textcvt.h
@@ -89,6 +89,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_resetTextToUnicodeContext( 
rtl_TextToUnicodeConv
 #define RTL_TEXTTOUNICODE_INFO_SRCBUFFERTOSMALL             
((sal_uInt32)0x0002)
 #define RTL_TEXTTOUNICODE_INFO_SRCBUFFERTOOSMALL            
((sal_uInt32)0x0002)
 // Misspelled constant, kept for backwards compatibility:
+#define RTL_TEXTTOUNICODE_INFO_DESTBUFFERTOSMALL            
((sal_uInt32)0x0004)
 #define RTL_TEXTTOUNICODE_INFO_DESTBUFFERTOOSMALL           
((sal_uInt32)0x0004)
 #define RTL_TEXTTOUNICODE_INFO_UNDEFINED                    
((sal_uInt32)0x0008)
 #define RTL_TEXTTOUNICODE_INFO_MBUNDEFINED                  
((sal_uInt32)0x0010)
commit 3f0da431b3b826cd7e653dba5e77af8ec8e177f5
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sat Nov 23 17:27:57 2024 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Nov 24 09:55:28 2024 +0100

    Revert "tdf#152299 - Remove unused define(s) from C/C++ files"
    
    This reverts commit aee4e184119512dc407d8a3696653b57d3d9a54f.
    
    It seems to break stable API.
    
    Change-Id: I64b7b1b5a5f5d53649a6117de34790238313ed23
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177170
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/include/sal/config.h b/include/sal/config.h
index 4bf1f6c00225..f666fed23897 100644
--- a/include/sal/config.h
+++ b/include/sal/config.h
@@ -29,6 +29,7 @@
 #endif
 
 #ifdef _WIN32
+#define SAL_W32
 #define SAL_DLLEXTENSION ".dll"
 #define SAL_EXEEXTENSION ".exe"
 #define SAL_PATHSEPARATOR ';'

Reply via email to