view src/proj-win32.patch @ 725:e269b05413ab

update version of package libgsasl
author Mark Brand <mabrand@mabrand.nl>
date Fri, 12 Feb 2010 17:02:29 +0100
parents 29f1ba4559ae
children
line wrap: on
line source

This file is part of mingw-cross-env.
See doc/index.html for further information.

diff -ru proj-4.7.0.orig/src/pj_mutex.c proj-4.7.0/src/pj_mutex.c
--- proj-4.7.0.orig/src/pj_mutex.c	2009-09-23 21:03:26.000000000 +0200
+++ proj-4.7.0/src/pj_mutex.c	2009-10-03 23:32:03.000000000 +0200
@@ -37,7 +37,7 @@
 #include <proj_api.h>
 #endif
 
-#ifdef _WIN32
+#if defined(_WIN32) && !defined(MUTEX_pthread)
 #  define MUTEX_win32
 #endif