summaryrefslogtreecommitdiffstats
path: root/desktop/Executable_smath.mk
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2019-04-03 14:10:16 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2019-04-04 13:57:59 +0200
commit558956dc811a1f0f07411e348f7081a467bbc3b5 (patch)
tree0c468ce4b9f0773478b4a2733282c0c0aea81ae2 /desktop/Executable_smath.mk
parentraise cairo baseline to 1.12.0 (diff)
downloadcore-558956dc811a1f0f07411e348f7081a467bbc3b5.tar.gz
core-558956dc811a1f0f07411e348f7081a467bbc3b5.zip
Drop UNICODE/_UNICODE defines
The code is using expicit (mostly W) Windows API, and is independent from the macro. Removing it here allows to catch places where some UNICODE-dependent macro is used unintentionally. Change-Id: I5dff40aecfc3c3dc7fc4cf7271a995a675943a45 Reviewed-on: https://gerrit.libreoffice.org/70237 Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'desktop/Executable_smath.mk')
-rw-r--r--desktop/Executable_smath.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/Executable_smath.mk b/desktop/Executable_smath.mk
index 249f62223bfe..94aa8b915f30 100644
--- a/desktop/Executable_smath.mk
+++ b/desktop/Executable_smath.mk
@@ -11,10 +11,6 @@ $(eval $(call gb_Executable_Executable,smath))
$(eval $(call gb_Executable_set_targettype_gui,smath,YES))
-$(eval $(call gb_Executable_add_defs,smath,\
- -DUNICODE \
-))
-
$(eval $(call gb_Executable_add_ldflags,smath,\
/ENTRY:wWinMainCRTStartup \
))