]> git.pld-linux.org Git - packages/dclib.git/blob - dclib-include.patch
- removed redundant cp
[packages/dclib.git] / dclib-include.patch
1 diff -Nur dclib-0.3.9.orig/dclib/hash/TigerHash.h dclib-0.3.9.include/dclib/hash/TigerHash.h
2 --- dclib-0.3.9.orig/dclib/hash/TigerHash.h     2007-03-07 01:48:49.000000000 +0100
3 +++ dclib-0.3.9.include/dclib/hash/TigerHash.h  2007-06-04 15:23:40.000000000 +0200
4 @@ -19,9 +19,7 @@
5  #if !defined(TIGER_HASH_H)
6  #define TIGER_HASH_H
7  
8 -#if _MSC_VER > 1000
9 -#pragma once
10 -#endif // _MSC_VER > 1000
11 +#include <inttypes.h>
12  
13  class TigerHash {
14  public:
This page took 0.057793 seconds and 3 git commands to generate.