MPQ (MoPaQ) archives. libmpq is a library which can be easily used in own applications and a set of tools for manipulating mpq archives. MPQ, or MoPaQ, is a proprietary archive format created by Mike O'Brien, the man hailed as Blizzard's multiplayer engine genius, back in 1996 as a general purpose archive for use with Diablo, and named narcissistically for its creator "Mike O'brien PaCK". The copyrights to it, however, are held by Havas Interactive, Blizzard's parent company. The archive format is used by many Blizzard titles like Diablo, Diablo 2, Starcraft, Warcraft 2: BNE or a newer version in Warcraft 3.
13 lines
430 B
Text
13 lines
430 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/10/23 17:31:31 bencollver Exp $
|
|
|
|
--- libmpq/mpq.h.orig Wed Feb 11 16:45:50 2004
|
|
+++ libmpq/mpq.h
|
|
@@ -30,7 +30,7 @@
|
|
#ifndef _MPQ_H
|
|
#define _MPQ_H
|
|
|
|
-#include <linux/limits.h>
|
|
+#include <limits.h>
|
|
|
|
#define LIBMPQ_MAJOR_VERSION 0 /* Major version number... maybe sometimes we reach version 1 :) */
|
|
#define LIBMPQ_MINOR_VERSION 3 /* Minor version number - increased only for small changes */
|