view src/proj-win32.patch @ 641:dab071eac9c0

simplified file markers
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 16 Jan 2010 23:02:02 +0100
parents 5040bd62e522
children 29f1ba4559ae
line wrap: on
line source

This file is part of mingw-cross-env.
See doc/index.html or doc/README 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