From 57957761ed494d92a0afc10506c43a766c59976c Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 28 Aug 2002 22:35:25 +0000 Subject: [PATCH] $LANGUAGE too git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@800 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/ExDLL/exdll.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Contrib/ExDLL/exdll.c b/Contrib/ExDLL/exdll.c index 7c2ea1c3..7ae6e29e 100644 --- a/Contrib/ExDLL/exdll.c +++ b/Contrib/ExDLL/exdll.c @@ -34,6 +34,7 @@ INST_CMDLINE, // $CMDLINE INST_INSTDIR, // $INSTDIR INST_OUTDIR, // $OUTDIR INST_EXEDIR, // $EXEDIR +INST_LANG, // $LANGUAGE __INST_LAST };