Browse code

Run update-win32.pl for new file.

Török Edvin authored on 2010/11/06 01:00:07
Showing 3 changed files
... ...
@@ -98,7 +98,7 @@
98 98
 /* file i/o buffer size */
99 99
 #define FILEBUFF 8192
100 100
 
101
-/* FPU byte ordering is little endian */
101
+/* FPU byte ordering matches CPU */
102 102
 #define FPU_WORDS_BIGENDIAN 0
103 103
 
104 104
 /* enable workaround for broken DNS servers */
... ...
@@ -502,7 +502,7 @@
502 502
 /* #undef USE_SYSLOG */
503 503
 
504 504
 /* Version number of package */
505
-#define VERSION "devel-clamav-0.96.2-16-g8087101"
505
+#define VERSION "devel-clamav-0.96.4-63-g5f43282"
506 506
 
507 507
 /* Version suffix for package */
508 508
 #define VERSION_SUFFIX ""
... ...
@@ -155,6 +155,7 @@
155 155
     <ResourceCompile Include="res\clamdscan.rc"/>
156 156
   </ItemGroup>
157 157
   <ItemGroup>
158
+    <ClCompile Include="..\shared\clamdcom.c"/>
158 159
     <ClCompile Include="..\clamdscan\clamdscan.c"/>
159 160
     <ClCompile Include="..\clamdscan\client.c"/>
160 161
     <ClCompile Include="..\clamdscan\proto.c"/>
... ...
@@ -159,6 +159,7 @@
159 159
     <ResourceCompile Include="res\freshclam.rc"/>
160 160
   </ItemGroup>
161 161
   <ItemGroup>
162
+    <ClCompile Include="..\shared\clamdcom.c"/>
162 163
     <ClCompile Include="..\freshclam\dns.c"/>
163 164
     <ClCompile Include="..\freshclam\execute.c"/>
164 165
     <ClCompile Include="..\freshclam\freshclam.c"/>