From aa6a44811a3c29f8ab491756a8ff19376d02f037 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 5 Oct 2005 10:18:33 +0000 Subject: Add missed patch to dll.hpp. PR: 86932 Submitted by: Alex Samorukov (maintainer) Pointy hat to: mnag --- archivers/libunrar/files/patch-dll.hpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 archivers/libunrar/files/patch-dll.hpp (limited to 'archivers/libunrar/files/patch-dll.hpp') diff --git a/archivers/libunrar/files/patch-dll.hpp b/archivers/libunrar/files/patch-dll.hpp new file mode 100644 index 000000000000..abb7e7fed10d --- /dev/null +++ b/archivers/libunrar/files/patch-dll.hpp @@ -0,0 +1,18 @@ +--- dll.hpp.orig 2004-09-08 17:57:20.000000000 +0400 ++++ dll.hpp 2004-10-22 10:43:08.000000000 +0400 +@@ -26,13 +26,13 @@ + + #define RAR_DLL_VERSION 4 + +-#ifdef _UNIX ++//#ifdef _UNIX + #define CALLBACK + #define PASCAL + #define LONG long + #define HANDLE void * + #define UINT unsigned int +-#endif ++//#endif + + struct RARHeaderData + { -- cgit v1.2.3