]> git.pld-linux.org Git - packages/doxygen.git/blob - doxygen-64bit.patch
- check if it compiles without lib64.patch
[packages/doxygen.git] / doxygen-64bit.patch
1 --- doxygen-1.5.1/libmd5/md5_loc.h.orig 2003-11-05 21:39:05.000000000 +0100
2 +++ doxygen-1.5.1/libmd5/md5_loc.h      2006-12-11 21:05:00.135077500 +0100
3 @@ -14,7 +14,7 @@
4  typedef unsigned short int UINT2;
5  
6  /* UINT4 defines a four byte word */
7 -typedef unsigned long int UINT4;
8 +typedef unsigned int UINT4;
9  
10  #ifndef NULL_PTR
11  #define NULL_PTR ((POINTER)0)
This page took 0.046803 seconds and 3 git commands to generate.