gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r13272 - Extractor/src/include


From: gnunet
Subject: [GNUnet-SVN] r13272 - Extractor/src/include
Date: Tue, 12 Oct 2010 20:13:03 +0200

Author: durner
Date: 2010-10-12 20:13:03 +0200 (Tue, 12 Oct 2010)
New Revision: 13272

Modified:
   Extractor/src/include/plibc.h
Log:
up

Modified: Extractor/src/include/plibc.h
===================================================================
--- Extractor/src/include/plibc.h       2010-10-12 18:11:14 UTC (rev 13271)
+++ Extractor/src/include/plibc.h       2010-10-12 18:13:03 UTC (rev 13272)
@@ -22,7 +22,7 @@
  * @brief PlibC header
  * @attention This file is usually not installed under Unix,
  *            so ship it with your application
- * @version $Revision: 65 $
+ * @version $Revision: 69 $
  */
 
 #ifndef _PLIBC_H_
@@ -94,7 +94,7 @@
 };
 
 #ifndef pid_t
-       #define pid_t int
+  #define pid_t DWORD
 #endif
 
 #ifndef error_t
@@ -470,7 +470,7 @@
 #ifndef WINDOWS
  #define DIR_SEPARATOR '/'
  #define DIR_SEPARATOR_STR "/"
- #define PATH_SEPARATOR ';'
+ #define PATH_SEPARATOR ':'
  #define PATH_SEPARATOR_STR ":"
  #define NEWLINE "\n"
 
@@ -564,7 +564,7 @@
 #else
  #define DIR_SEPARATOR '\\'
  #define DIR_SEPARATOR_STR "\\"
- #define PATH_SEPARATOR ':'
+ #define PATH_SEPARATOR ';'
  #define PATH_SEPARATOR_STR ";"
  #define NEWLINE "\r\n"
 




reply via email to

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