]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/win32/patches/pthreads.patch
Update README.mingw32
[bacula/bacula] / bacula / src / win32 / patches / pthreads.patch
1 --- ../pthreads-w32-2-8-0-release-orig/GNUmakefile      2006-04-30 12:22:33.000000000 +0200
2 +++ ./GNUmakefile       2008-07-12 12:20:10.000000000 +0200
3 @@ -49,7 +49,7 @@
4  
5  # For cross compiling use e.g.
6  # make CROSS=i386-mingw32msvc- clean GC-inlined
7 -CROSS  = 
8 +CROSS  = mingw32-
9  
10  AR     = $(CROSS)ar
11  DLLTOOL = $(CROSS)dlltool
12 --- ../pthreads-w32-2-8-0-release-orig/implement.h      2005-06-03 10:36:27.000000000 +0200
13 +++ ./implement.h       2008-07-12 13:42:01.000000000 +0200
14 @@ -77,7 +77,7 @@
15  #include "sched.h"
16  
17  #if defined(HAVE_C_INLINE) || defined(__cplusplus)
18 -#define INLINE inline
19 +#define INLINE
20  #else
21  #define INLINE
22  #endif