From: Soeren Apel Date: Wed, 6 Jan 2021 15:50:32 +0000 (+0100) Subject: Fix NSIS warning 7998 X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=5dea27d6882661cf618d849fb15752dff4c9d8ac Fix NSIS warning 7998 Thanks to knarfS for the tip! --- diff --git a/contrib/pulseview_cross.nsi.in b/contrib/pulseview_cross.nsi.in index 1cbd9eb1..e6b3c6db 100644 --- a/contrib/pulseview_cross.nsi.in +++ b/contrib/pulseview_cross.nsi.in @@ -27,6 +27,9 @@ # http://nsis.sourceforge.net/Docs/Modern%20UI%202/Readme.html # +# Fix warning 7998: ANSI targets are deprecated +Unicode True + # Include the "Modern UI" header, which gives us the usual Windows look-n-feel. !include "MUI2.nsh"