From 558956dc811a1f0f07411e348f7081a467bbc3b5 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Wed, 3 Apr 2019 14:10:16 +0300 Subject: 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 Reviewed-by: Mike Kaganski Tested-by: Mike Kaganski --- comphelper/StaticLibrary_windows_process.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'comphelper') diff --git a/comphelper/StaticLibrary_windows_process.mk b/comphelper/StaticLibrary_windows_process.mk index 1b086eac952b..2ef95e46a071 100644 --- a/comphelper/StaticLibrary_windows_process.mk +++ b/comphelper/StaticLibrary_windows_process.mk @@ -13,10 +13,6 @@ $(eval $(call gb_StaticLibrary_set_include,windows_process,\ $$(INCLUDE) \ )) -$(eval $(call gb_StaticLibrary_add_defs,windows_process,\ - -DUNICODE \ -)) - $(eval $(call gb_StaticLibrary_add_exception_objects,windows_process,\ comphelper/source/windows/windows_process \ )) -- cgit