include ctype.h for tolower

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3963 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-04-16 17:07:16 +00:00
parent 0a717481f2
commit 5beda7dd82

View file

@ -1,5 +1,6 @@
#include <windows.h>
#include <stdio.h>
#include <ctype.h>
#include <commctrl.h>
/*