From d8e3362e7e714fa79725fdd7f1052556b78ee7cb Mon Sep 17 00:00:00 2001 From: Jonathan Boeing Date: Sun, 12 Sep 2021 21:25:07 -0700 Subject: [PATCH] Remove unneeded define for litehtml --- src/plugins/litehtml_viewer/Makefile.am | 2 +- src/plugins/litehtml_viewer/litehtml/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/litehtml_viewer/Makefile.am b/src/plugins/litehtml_viewer/Makefile.am index 2f3b634eb..fcee147f6 100644 --- a/src/plugins/litehtml_viewer/Makefile.am +++ b/src/plugins/litehtml_viewer/Makefile.am @@ -32,7 +32,7 @@ plugin_ldflags += \ -export-symbols $(srcdir)/plugin.def plugin_extra_deps += libclaws.a version.lo plugin.def plugin_libadd += -L. -lclaws -plugin_cppflags += -DWIN32 -DLITEHTML_UTF8 +plugin_cppflags += -DLITEHTML_UTF8 endif diff --git a/src/plugins/litehtml_viewer/litehtml/Makefile.am b/src/plugins/litehtml_viewer/litehtml/Makefile.am index 1a5144d2b..7a539fecd 100644 --- a/src/plugins/litehtml_viewer/litehtml/Makefile.am +++ b/src/plugins/litehtml_viewer/litehtml/Makefile.am @@ -4,7 +4,7 @@ # See COPYING file for license details. if OS_WIN32 -lh_cppflags = -DWIN32 -DLITEHTML_UTF8 +lh_cppflags = -DLITEHTML_UTF8 else lh_cppflags = endif -- 2.11.4.GIT