summaryrefslogtreecommitdiff
path: root/setup_native/Library_shlxtmsi.mk
diff options
context:
space:
mode:
authorskswales <stuart.swales.croftnuisk@gmail.com>2016-05-27 15:26:34 +0100
committerMichael Stahl <mstahl@redhat.com>2016-05-30 11:13:35 +0000
commit7fe92c766adf97bdeb4d844ffe6d0650a964572e (patch)
tree886058ee7d063a7446f8a6e2d866ffe877db5566 /setup_native/Library_shlxtmsi.mk
parente0c8c5b711e4cacb3f666a939f285289479d3d20 (diff)
Work towards tdf#72606 EasyHack _tstring/TCHAR elimination
setup_native/source/win32/customactions/shellextensions in MSI Installer compiled as UNICODE Functions suffixed with A/W (ANSI/Wide) as needed for clarity Change-Id: I711f781b47c0efdb1e3d9bf995f7658dbb0e38d1 Reviewed-on: https://gerrit.libreoffice.org/25556 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'setup_native/Library_shlxtmsi.mk')
-rw-r--r--setup_native/Library_shlxtmsi.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup_native/Library_shlxtmsi.mk b/setup_native/Library_shlxtmsi.mk
index 161ff8ad01bc..fd0f0899f445 100644
--- a/setup_native/Library_shlxtmsi.mk
+++ b/setup_native/Library_shlxtmsi.mk
@@ -12,6 +12,8 @@ $(eval $(call gb_Library_Library,shlxtmsi))
$(eval $(call gb_Library_use_external,shlxtmsi,boost_headers))
$(eval $(call gb_Library_add_defs,shlxtmsi,\
+ -DUNICODE \
+ -D_UNICODE \
-U_DLL \
))