From 8e6654d4494d7179debea23adfc44d58a1701bdd Mon Sep 17 00:00:00 2001 From: David Schmidt Date: Mon, 21 Aug 2006 11:15:54 +0000 Subject: [PATCH] MS Visual C++ build updates --- errlog.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/errlog.c b/errlog.c index f89a13e2..7fc78a38 100644 --- a/errlog.c +++ b/errlog.c @@ -1,4 +1,4 @@ -const char errlog_rcs[] = "$Id: errlog.c,v 1.43 2006/08/03 02:46:41 david__schmidt Exp $"; +const char errlog_rcs[] = "$Id: errlog.c,v 1.44 2006/08/18 16:03:16 david__schmidt Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/errlog.c,v $ @@ -33,6 +33,9 @@ const char errlog_rcs[] = "$Id: errlog.c,v 1.43 2006/08/03 02:46:41 david__schmi * * Revisions : * $Log: errlog.c,v $ + * Revision 1.44 2006/08/18 16:03:16 david__schmidt + * Tweak for OS/2 build happiness. + * * Revision 1.43 2006/08/03 02:46:41 david__schmidt * Incorporate Fabian Keil's patch work: * http://www.fabiankeil.de/sourcecode/privoxy/ @@ -271,6 +274,9 @@ const char errlog_rcs[] = "$Id: errlog.c,v 1.43 2006/08/03 02:46:41 david__schmi #include "w32log.h" #endif /* ndef _WIN_CONSOLE */ #endif /* def _WIN32 */ +#ifdef _MSC_VER +#define inline __inline +#endif /* def _MSC_VER */ #ifdef __OS2__ #include /* For sock_errno */ -- 2.39.2