onlineupdate/StaticLibrary_updatehelper.mk |    8 ++++++++
 1 file changed, 8 insertions(+)

New commits:
commit a5e825cc69f9c29d450607d9033682ec3a68b57e
Author:     Thorsten Behrens <thorsten.behr...@allotropia.de>
AuthorDate: Thu Dec 7 02:18:49 2023 +0000
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Thu Dec 7 03:20:26 2023 +0100

    More fixup Windows buiuld
    
    Change-Id: Ic5ffedbf57fa0f686b9ede193f61e47e7efe90ac

diff --git a/onlineupdate/StaticLibrary_updatehelper.mk 
b/onlineupdate/StaticLibrary_updatehelper.mk
index cbb0130759e9..cce26a8dcbac 100644
--- a/onlineupdate/StaticLibrary_updatehelper.mk
+++ b/onlineupdate/StaticLibrary_updatehelper.mk
@@ -19,8 +19,11 @@ $(eval $(call gb_StaticLibrary_set_include,updatehelper,\
 
 $(eval $(call gb_StaticLibrary_add_defs,updatehelper,\
        -DNSS3 \
+       -DUNICODE  \
        -DVERIFY_MAR_SIGNATURE \
        -DXP_WIN=1 \
+       -DNTDDI_VERSION=NTDDI_WIN8 \
+       -DMOZ_MAINTENANCE_SERVICE \
 ))
 
 $(eval $(call gb_StaticLibrary_add_exception_objects,updatehelper,\
@@ -28,6 +31,11 @@ $(eval $(call 
gb_StaticLibrary_add_exception_objects,updatehelper,\
        onlineupdate/source/update/common/readstrings \
        onlineupdate/source/update/common/uachelper \
        onlineupdate/source/update/common/updatehelper \
+       onlineupdate/source/update/common/updatecommon \
+))
+
+$(eval $(call gb_StaticLibrary_add_exception_objects,updatehelper,\
+       onlineupdate/source/update/common/updateutils_win \
 ))
 
 # vim:set shiftwidth=4 tabstop=4 noexpandtab: */
diff --git a/onlineupdate/source/service/nsAutoRef.h 
b/onlineupdate/inc/nsAutoRef.h
similarity index 100%
rename from onlineupdate/source/service/nsAutoRef.h
rename to onlineupdate/inc/nsAutoRef.h
diff --git a/onlineupdate/source/service/nsCharTraits.h 
b/onlineupdate/inc/nsCharTraits.h
similarity index 100%
rename from onlineupdate/source/service/nsCharTraits.h
rename to onlineupdate/inc/nsCharTraits.h
diff --git a/onlineupdate/source/service/nsUTF8Utils.h 
b/onlineupdate/inc/nsUTF8Utils.h
similarity index 100%
rename from onlineupdate/source/service/nsUTF8Utils.h
rename to onlineupdate/inc/nsUTF8Utils.h
diff --git a/onlineupdate/source/service/nsWindowsHelpers.h 
b/onlineupdate/inc/nsWindowsHelpers.h
similarity index 100%
rename from onlineupdate/source/service/nsWindowsHelpers.h
rename to onlineupdate/inc/nsWindowsHelpers.h

Reply via email to