From 0c84ad02654faefdff15254988dac3b89d86144e Mon Sep 17 00:00:00 2001 From: Karol Krenski Date: Tue, 14 Oct 2008 11:18:51 +0000 Subject: [PATCH] - fixed undefined LPARAM Changed files: unrar-lparam.patch -> 1.1 --- unrar-lparam.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 unrar-lparam.patch diff --git a/unrar-lparam.patch b/unrar-lparam.patch new file mode 100644 index 0000000..6057a47 --- /dev/null +++ b/unrar-lparam.patch @@ -0,0 +1,10 @@ +--- unrar/dll.hpp.orig 2008-09-16 16:24:56.000000000 +0200 ++++ unrar/dll.hpp 2008-10-14 13:08:08.000000000 +0200 +@@ -34,6 +34,7 @@ + #define LONG long + #define HANDLE void * + #define UINT unsigned int ++#define LPARAM long + #endif + + struct RARHeaderData -- 2.44.0