Browse code

Restore the fix in clamav-0.96-19-ge4a0f2c.

It got lost when running sync_clamav in the bytecode compiler.
Fixed the script now.

Török Edvin authored on 2010/05/07 17:01:51
Showing 1 changed files
... ...
@@ -52,7 +52,7 @@ enum BytecodeKind {
52 52
     _BC_LAST_HOOK
53 53
 };
54 54
 
55
-enum { PE_INVALID_RVA = 0xFFFFFFFF };
55
+static const unsignedPE_INVALID_RVA = 0xFFFFFFFF };
56 56
 
57 57
 /** LibClamAV functionality level constants */
58 58
 enum FunctionalityLevels {