[Libreoffice-commits] core.git: odk/CustomTarget_allheaders.mk

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 28 12:15:25 UTC 2020


 odk/CustomTarget_allheaders.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d68824bd926954f1d2201904d6976a55e9fd8564
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Jan 28 10:44:16 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Jan 28 13:14:46 2020 +0100

    Remove misleading comment
    
    ...that had not been adapted when the corresponding #ifdef had been changed in
    2087484c65a3d5e75a9e8ad116d11a4e13366219 "use consistent #define checks for the
    Windows platform"
    
    Change-Id: I5afec630311201269f60b50271f31a36edaf2333
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87593
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/odk/CustomTarget_allheaders.mk b/odk/CustomTarget_allheaders.mk
index b432317c4a72..3c28f0cfcfe1 100644
--- a/odk/CustomTarget_allheaders.mk
+++ b/odk/CustomTarget_allheaders.mk
@@ -42,7 +42,7 @@ ifeq ($(HAVE_GNUMAKE_FILE_FUNC),)
 	$(foreach file,$(shell cat $^),\
 		$(if $(findstring /win32/,$(file)),&& printf '#ifdef _WIN32\n' >> $@) \
 	    && printf '#include <%s>\n' $(subst $(INSTDIR)/$(SDKDIRNAME)/include/,,$(file)) >> $@ \
-		$(if $(findstring /win32/,$(file)),&& printf '#endif // WNT\n' >> $@) \
+		$(if $(findstring /win32/,$(file)),&& printf '#endif\n' >> $@) \
 	)
 else
 	$(file >$@,\


More information about the Libreoffice-commits mailing list