ports/archivers/libunrar/files/patch-dll.hpp
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

20 lines
311 B
C++

--- dll.hpp.orig 2010-03-15 06:30:53 UTC
+++ dll.hpp
@@ -28,14 +28,14 @@
#define RAR_DLL_VERSION 4
-#ifdef _UNIX
+// #ifdef _UNIX
#define CALLBACK
#define PASCAL
#define LONG long
#define HANDLE void *
#define LPARAM long
#define UINT unsigned int
-#endif
+// #endif
struct RARHeaderData
{