From 34e3bcee0cf566ad819033300c9f786ebac3f227 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Tue, 14 Sep 2004 15:31:24 +0000 Subject: migrating with mingw --- nanohttp/nanohttp-common.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nanohttp/nanohttp-common.h') diff --git a/nanohttp/nanohttp-common.h b/nanohttp/nanohttp-common.h index ef70b0f..455e9ed 100644 --- a/nanohttp/nanohttp-common.h +++ b/nanohttp/nanohttp-common.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-common.h,v 1.9 2004/09/14 13:23:10 snowdrop Exp $ + * $Id: nanohttp-common.h,v 1.10 2004/09/14 15:31:24 snowdrop Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -148,7 +148,9 @@ log_level_t log_get_level(); #ifdef WIN32 - #define __FUNCTION__ "***" + #ifndef __MINGW32__ + #define __FUNCTION__ "***" + #endif #endif #define log_verbose1(a1) log_verbose(__FUNCTION__, a1) -- cgit v1.1-32-gdbae