Skip to content

Commit 19c08cb

Browse files
authoredJan 4, 2021
Merge pull request #1 from martijnlaan/patch-1
Check for Unicode
2 parents 2946680 + a1766ba commit 19c08cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎JavaInfo.iss

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
; demonstrating use of JavaInfo.dll; doesn't install anything; just displays a
1919
; message box and exits
2020

21+
#ifndef UNICODE
22+
#error This script requires Unicode Inno Setup
23+
#endif
24+
2125
[Setup]
2226
AppName=JavaInfo
2327
AppVersion=1

0 commit comments

Comments
 (0)
Please sign in to comment.