summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-common.h
diff options
context:
space:
mode:
authorGravatar snowdrop2004-09-14 15:31:24 +0000
committerGravatar snowdrop2004-09-14 15:31:24 +0000
commit34e3bcee0cf566ad819033300c9f786ebac3f227 (patch)
tree52ce2bdb5e4a80ad56f45540259f83ff654acdae /nanohttp/nanohttp-common.h
parent89d265eda17b5172eba32fc4293971581d80eec4 (diff)
downloadcsoap-34e3bcee0cf566ad819033300c9f786ebac3f227.tar.gz
csoap-34e3bcee0cf566ad819033300c9f786ebac3f227.tar.bz2
migrating with mingw
Diffstat (limited to 'nanohttp/nanohttp-common.h')
-rw-r--r--nanohttp/nanohttp-common.h6
1 files changed, 4 insertions, 2 deletions
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)