[Libreoffice-commits] core.git: setup_native/source

Tomoyuki Kubota (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 2 07:12:45 UTC 2021


 setup_native/source/win32/customactions/shellextensions/checkpatches.cxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 366cc40006f8bbc56b397399dd026f9fbb421552
Author:     Tomoyuki Kubota <himajin100000 at gmail.com>
AuthorDate: Thu Apr 1 22:58:06 2021 +0200
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Fri Apr 2 09:12:08 2021 +0200

    add back sal/macros.h for SAL_N_ELEMENTS
    
    Change-Id: I5edb0632976e69530af38aaa334085796c103058
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113476
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>

diff --git a/setup_native/source/win32/customactions/shellextensions/checkpatches.cxx b/setup_native/source/win32/customactions/shellextensions/checkpatches.cxx
index 0a879dc1b80e..9bad21377b0b 100644
--- a/setup_native/source/win32/customactions/shellextensions/checkpatches.cxx
+++ b/setup_native/source/win32/customactions/shellextensions/checkpatches.cxx
@@ -20,6 +20,9 @@
 #include "shlxtmsi.hxx"
 #include <strsafe.h>
 #include <systools/win32/uwinapi.h>
+#ifdef DEBUG
+#include <sal/macros.h>
+#endif
 
 #ifdef DEBUG
 inline void OutputDebugStringFormatW( PCWSTR pFormat, ... )


More information about the Libreoffice-commits mailing list