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:34 UTC

svn commit: r543306 - /apr/apr/branches/0.9.x/threadproc/win32/proc.c

Author: wrowe
Date: Thu May 31 16:04:33 2007
New Revision: 543306

URL: http://svn.apache.org/viewvc?view=rev&rev=543306
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/0.9.x/threadproc/win32/proc.c

Modified: apr/apr/branches/0.9.x/threadproc/win32/proc.c
URL: http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/threadproc/win32/proc.c?view=diff&rev=543306&r1=543305&r2=543306
==============================================================================
--- apr/apr/branches/0.9.x/threadproc/win32/proc.c (original)
+++ apr/apr/branches/0.9.x/threadproc/win32/proc.c Thu May 31 16:04:33 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