Browse code

NSIS typos

git-svn: trunk@3057

aCaB authored on 2007/05/21 20:33:00
Showing 3 changed files
... ...
@@ -1,3 +1,6 @@
1
+Mon May 21 12:51:17 CEST 2007 (acab)
2
+  * libclamav/nsis: NSIS related typos (thx njh)
3
+
1 4
 Mon May 21 11:33:07 CEST 2007 (tk)
2 5
 ----------------------------------
3 6
   * NSIS legal stuff
... ...
@@ -24,7 +24,6 @@
24 24
 #include <sys/types.h>
25 25
 #include <sys/stat.h>
26 26
 #include <fcntl.h>
27
-#include <unistd.h>
28 27
 #include <string.h>
29 28
 #ifdef HAVE_UNISTD_H
30 29
 #include <unistd.h>
... ...
@@ -85,7 +85,7 @@ extern short cli_leavetemps_flag;
85 85
 #include "mspack.h"
86 86
 #include "cab.h"
87 87
 #include "rtf.h"
88
-#include "nulsft.h"
88
+#include "nsis/nulsft.h"
89 89
 
90 90
 #ifdef HAVE_ZLIB_H
91 91
 #include <zlib.h>