SOURCES: unrar-lparam.patch (NEW) - fixed undefined LPARAM

charles charles at pld-linux.org
Tue Oct 14 13:18:56 CEST 2008


Author: charles                      Date: Tue Oct 14 11:18:56 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed undefined LPARAM

---- Files affected:
SOURCES:
   unrar-lparam.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/unrar-lparam.patch
diff -u /dev/null SOURCES/unrar-lparam.patch:1.1
--- /dev/null	Tue Oct 14 13:18:57 2008
+++ SOURCES/unrar-lparam.patch	Tue Oct 14 13:18:51 2008
@@ -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
================================================================


More information about the pld-cvs-commit mailing list