Index: Contrib/VPatch/Source/Plugin/checksum.c =================================================================== RCS file: /cvsroot/nsis/NSIS/Contrib/VPatch/Source/Plugin/checksum.c,v retrieving revision 1.1 diff -u -r1.1 checksum.c --- Contrib/VPatch/Source/Plugin/checksum.c 17 Sep 2005 09:25:44 -0000 1.1 +++ Contrib/VPatch/Source/Plugin/checksum.c 18 Sep 2005 17:56:58 -0000 @@ -30,7 +30,7 @@ UINT CRCTable[256]; BOOL bInitCRC = FALSE; -_inline void InitCRC() { +inline void InitCRC() { int i, j; unsigned long c; for (c = i = 0; i < 256; c = ++i) { for (j = 0; j < 8; j++) { Index: Contrib/VPatch/Source/Plugin/md5.c =================================================================== RCS file: /cvsroot/nsis/NSIS/Contrib/VPatch/Source/Plugin/md5.c,v retrieving revision 1.1 diff -u -r1.1 md5.c --- Contrib/VPatch/Source/Plugin/md5.c 17 Sep 2005 09:25:44 -0000 1.1 +++ Contrib/VPatch/Source/Plugin/md5.c 18 Sep 2005 17:57:00 -0000 @@ -53,6 +53,7 @@ #include "md5.h" +/* void memcpy( void *dest, const void *src, int count ) { md5_byte_t* bDest = (md5_byte_t*)dest; md5_byte_t* bSrc = (md5_byte_t*)src; @@ -61,6 +62,7 @@ bDest[i] = bSrc[i]; } } +*/ #undef BYTE_ORDER /* 1 = big-endian, -1 = little-endian, 0 = unknown */ #ifdef ARCH_IS_BIG_ENDIAN Index: Contrib/VPatch/Source/Plugin/vpatchdll.c =================================================================== RCS file: /cvsroot/nsis/NSIS/Contrib/VPatch/Source/Plugin/vpatchdll.c,v retrieving revision 1.7 diff -u -r1.7 vpatchdll.c --- Contrib/VPatch/Source/Plugin/vpatchdll.c 17 Sep 2005 09:25:44 -0000 1.7 +++ Contrib/VPatch/Source/Plugin/vpatchdll.c 18 Sep 2005 17:57:01 -0000 @@ -27,7 +27,7 @@ #include #include "apply_patch.h" #include "checksum.h" -#include "..\..\..\ExDLL\exdll.h" +#include "../../../ExDLL/exdll.h" /* ------------------------ Plug-in code ------------------------- */ Index: Source/Platform.h =================================================================== RCS file: /cvsroot/nsis/NSIS/Source/Platform.h,v retrieving revision 1.19 diff -u -r1.19 Platform.h --- Source/Platform.h 17 Sep 2005 08:33:00 -0000 1.19 +++ Source/Platform.h 18 Sep 2005 17:57:05 -0000 @@ -448,6 +448,7 @@ # define WS_EX_RIGHT 0x1000 # define WS_EX_RIGHTSCROLLBAR 0 # define WS_EX_RTLREADING 0x2000 +# define WS_EX_LEFTSCROLLBAR 0x4000 # define TVS_RTLREADING 64