applied patch #2497172 - Fixes for POSIX build on Solaris, plus a regression

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5907 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2009-01-17 22:32:19 +00:00
parent 5199b3bd65
commit a8d988b5c0
4 changed files with 9 additions and 6 deletions

View file

@ -22,6 +22,7 @@
#ifndef _WIN32
#include <cstdio> // for FILE*
#include <fstream> // (some systems have FILE* in here)
#endif
class IMMap