You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2011/05/12 02:45:24 UTC

svn commit: r1102150 - /apr/apr/branches/1.5.x/misc/win32/misc.c

Author: trawick
Date: Thu May 12 00:45:24 2011
New Revision: 1102150

URL: http://svn.apache.org/viewvc?rev=1102150&view=rev
Log:
revert part of r1084310 (from 892177), which inadvertently enabled
Win32 handle debugging for this file by including apr_dbg_win32_handles.h

Modified:
    apr/apr/branches/1.5.x/misc/win32/misc.c

Modified: apr/apr/branches/1.5.x/misc/win32/misc.c
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/misc/win32/misc.c?rev=1102150&r1=1102149&r2=1102150&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/misc/win32/misc.c (original)
+++ apr/apr/branches/1.5.x/misc/win32/misc.c Thu May 12 00:45:24 2011
@@ -17,7 +17,6 @@
 #include "apr_private.h"
 #include "apr_arch_misc.h"
 #include "apr_arch_file_io.h"
-#include "apr_dbg_win32_handles.h"
 #include "assert.h"
 #include "apr_lib.h"
 #include "tchar.h"