You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/06/01 01:04:26 UTC

svn commit: r543305 - /apr/apr/branches/1.2.x/threadproc/win32/proc.c

Author: wrowe
Date: Thu May 31 16:04:26 2007
New Revision: 543305

URL: http://svn.apache.org/viewvc?view=rev&rev=543305
Log:
Borland specific define for LOGON32_LOGON_NETWORK

PR: 33490/attachment 18106
Submitted by: Curt Arnold <carnold apache.org>
Reviewed by: Davi Arnaut <davi haxent.com.br>
Backport: 543304

Modified:
    apr/apr/branches/1.2.x/threadproc/win32/proc.c

Modified: apr/apr/branches/1.2.x/threadproc/win32/proc.c
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/threadproc/win32/proc.c?view=diff&rev=543305&r1=543304&r2=543305
==============================================================================
--- apr/apr/branches/1.2.x/threadproc/win32/proc.c (original)
+++ apr/apr/branches/1.2.x/threadproc/win32/proc.c Thu May 31 16:04:26 2007
@@ -32,6 +32,10 @@
 #include <process.h>
 #endif
 
+#ifndef LOGON32_LOGON_NETWORK
+#define LOGON32_LOGON_NETWORK 3
+#endif
+
 #ifdef _WIN32_WCE
 #ifndef DETACHED_PROCESS
 #define DETACHED_PROCESS 0