summaryrefslogtreecommitdiff
path: root/archivers/libunrar/files/patch-dll.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--archivers/libunrar/files/patch-dll.hpp18
1 files changed, 18 insertions, 0 deletions
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
+ {