diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-12-27 02:36:53 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:26 +0200 |
commit | 423d644171077bbba3e32aca51adebb987aebc26 (patch) | |
tree | 231a3147ba1a67e255833e56142803083b3f3796 /onlineupdate | |
parent | 8baabac65b7683d823822c3179eb1acb76cf9cfc (diff) |
define UNICODE to get the unicode system functions
Change-Id: I6eb552d32bd7ef2bbc816549e4bf53e9a8a3de05
Diffstat (limited to 'onlineupdate')
-rw-r--r-- | onlineupdate/Executable_mar.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/onlineupdate/Executable_mar.mk b/onlineupdate/Executable_mar.mk index 3410ae2f24ce..3711809b1885 100644 --- a/onlineupdate/Executable_mar.mk +++ b/onlineupdate/Executable_mar.mk @@ -34,6 +34,7 @@ endif $(eval $(call gb_Executable_add_defs,mar,\ -DMAR_NSS \ + -DUNICODE \ )) $(eval $(call gb_Executable_add_defs,mar,\ |