From: Jakub Bogusz Date: Mon, 4 Jun 2007 15:33:28 +0000 (+0000) Subject: - merged from AC-branch X-Git-Tag: auto/th/dclib-0_3_9-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdclib.git;a=commitdiff_plain;h=3607cd7a971c5f7b4c6422cfe49c73db4598c613 - merged from AC-branch Changed files: dclib-include.patch -> 1.2 --- diff --git a/dclib-include.patch b/dclib-include.patch new file mode 100644 index 0000000..074a57c --- /dev/null +++ b/dclib-include.patch @@ -0,0 +1,14 @@ +diff -Nur dclib-0.3.9.orig/dclib/hash/TigerHash.h dclib-0.3.9.include/dclib/hash/TigerHash.h +--- dclib-0.3.9.orig/dclib/hash/TigerHash.h 2007-03-07 01:48:49.000000000 +0100 ++++ dclib-0.3.9.include/dclib/hash/TigerHash.h 2007-06-04 15:23:40.000000000 +0200 +@@ -19,9 +19,7 @@ + #if !defined(TIGER_HASH_H) + #define TIGER_HASH_H + +-#if _MSC_VER > 1000 +-#pragma once +-#endif // _MSC_VER > 1000 ++#include + + class TigerHash { + public: