up
authorNils Durner <durner@gnunet.org>
Fri, 8 Oct 2010 17:50:31 +0000 (17:50 +0000)
committerNils Durner <durner@gnunet.org>
Fri, 8 Oct 2010 17:50:31 +0000 (17:50 +0000)
src/include/plibc.h

index 284d7efd4edb041566583c52e4f9b1bf024e72ea..8ae1c719538c2e211b5fbcca8e00f96a3880bff3 100644 (file)
@@ -22,7 +22,7 @@
  * @brief PlibC header
  * @attention This file is usually not installed under Unix,
  *            so ship it with your application
- * @version $Revision: 66 $
+ * @version $Revision: 67 $
  */
 
 #ifndef _PLIBC_H_
@@ -94,7 +94,7 @@ struct sockaddr_un {
 };
 
 #ifndef pid_t
-       #define pid_t HANDLE
+  #define pid_t DWORD
 #endif
 
 #ifndef error_t