gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8465 - libmicrohttpd/src/include


From: gnunet
Subject: [GNUnet-SVN] r8465 - libmicrohttpd/src/include
Date: Mon, 18 May 2009 12:47:45 -0600

Author: durner
Date: 2009-05-18 12:47:45 -0600 (Mon, 18 May 2009)
New Revision: 8465

Modified:
   libmicrohttpd/src/include/plibc.h
Log:
sync

Modified: libmicrohttpd/src/include/plibc.h
===================================================================
--- libmicrohttpd/src/include/plibc.h   2009-05-17 09:37:43 UTC (rev 8464)
+++ libmicrohttpd/src/include/plibc.h   2009-05-18 18:47:45 UTC (rev 8465)
@@ -6,12 +6,12 @@
           modify it under the terms of the GNU Lesser General Public
           License as published by the Free Software Foundation; either
           version 2.1 of the License, or (at your option) any later version.
-       
+
           This library is distributed in the hope that it will be useful,
           but WITHOUT ANY WARRANTY; without even the implied warranty of
           MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
           Lesser General Public License for more details.
-       
+
           You should have received a copy of the GNU Lesser General Public
           License along with this library; if not, write to the Free Software
           Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 
 USA
@@ -22,7 +22,7 @@
  * @brief PlibC header
  * @attention This file is usually not installed under Unix,
  *            so ship it with your application
- * @version $Revision: 1.46 $
+ * @version $Revision: 39 $
  */
 
 #ifndef _PLIBC_H_
@@ -359,6 +359,7 @@
   void SetErrnoFromWinsockError (long lWinError);
   void SetHErrnoFromWinError (long lWinError);
   void SetErrnoFromHRESULT (HRESULT hRes);
+  int GetErrnoFromWinsockError (long lWinError);
   FILE *_win_fopen (const char *filename, const char *mode);
   DIR *_win_opendir (const char *dirname);
   int _win_open (const char *filename, int oflag, ...);
@@ -463,7 +464,7 @@
 #define BINDTEXTDOMAIN(d, n) bindtextdomain(d, n)
 #endif
 #define CREAT(p, m) creat(p, m)
-#define CTIME(c) ctime(c)
+#define PLIBC_CTIME(c) ctime(c)
 #define CTIME_R(c, b) ctime_r(c, b)
 #undef FOPEN
 #define FOPEN(f, m) fopen(f, m)
@@ -555,7 +556,7 @@
 #define BINDTEXTDOMAIN(d, n) _win_bindtextdomain(d, n)
 #endif
 #define CREAT(p, m) _win_creat(p, m)
-#define CTIME(c) _win_ctime(c)
+#define PLIBC_CTIME(c) _win_ctime(c)
 #define CTIME_R(c, b) _win_ctime_r(c, b)
 #define FOPEN(f, m) _win_fopen(f, m)
 #define FTRUNCATE(f, l) _win_ftruncate(f, l)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]