wrowe 02/02/17 22:01:27
Modified: misc/win32 internal.c misc.c
Log:
My typos - all builds once again
Revision Changes Path
1.2 +3 -1 apr/misc/win32/internal.c
Index: internal.c
===================================================================
RCS file: /home/cvs/apr/misc/win32/internal.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- internal.c 18 Feb 2002 05:26:16 -0000 1.1
+++ internal.c 18 Feb 2002 06:01:27 -0000 1.2
@@ -55,7 +55,9 @@
#include "apr_private.h"
#include "misc.h"
-
+#include "fileio.h"
+#include <crtdbg.h>
+#include <assert.h>
/* This module is the source of -static- helper functions that are
* entirely internal to apr. If the fn is exported - it does not
1.11 +1 -3 apr/misc/win32/misc.c
Index: misc.c
===================================================================
RCS file: /home/cvs/apr/misc/win32/misc.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- misc.c 18 Feb 2002 05:21:36 -0000 1.10
+++ misc.c 18 Feb 2002 06:01:27 -0000 1.11
@@ -201,9 +201,7 @@
}
/* Declared in include/arch/win32/apr_dbg_win32_handles.h
- *
- * apr_dbg_log is a Win32 specific helper to debug handle activity, logging
- * either the HANDLE ha argument
+ */
APR_DECLARE_NONSTD(HANDLE) apr_dbg_log(char* fn, HANDLE ha, char* fl, int
ln,
int nh, /* HANDLE hv, char *dsc */...)
{