wrowe 00/12/07 13:31:45
Modified: . aprlib.def aprlib.dsp
network_io/win32 sockaddr.c
Log:
Fix a few nits, export symbols, etc.
Revision Changes Path
1.51 +5 -0 apr/aprlib.def
Index: aprlib.def
===================================================================
RCS file: /home/cvs/apr/aprlib.def,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- aprlib.def 2000/12/07 18:10:24 1.50
+++ aprlib.def 2000/12/07 21:31:42 1.51
@@ -260,6 +260,11 @@
apr_parse_uuid
apr_get_uuid
+; apr_mmap.h
+ apr_mmap_create
+ apr_mmap_delete
+ apr_mmap_offset
+
; Moved out of the way for Bill Stoddard's reorg
;
; apr_getopt.h
1.52 +1 -2 apr/aprlib.dsp
Index: aprlib.dsp
===================================================================
RCS file: /home/cvs/apr/aprlib.dsp,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- aprlib.dsp 2000/12/07 06:58:57 1.51
+++ aprlib.dsp 2000/12/07 21:31:43 1.52
@@ -68,7 +68,7 @@
RSC=rc.exe
# ADD BASE RSC /l 0x409
# ADD RSC /l 0x409
-# ADD BASE CPP /nologo /MTd /W3 /GX /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"
/YX /FD /ZI /c
+# ADD BASE CPP /nologo /MTd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D
"_WINDOWS" /YX /FD /c
# ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I "./include" /I "./include/arch" /I
"./include/arch/win32" /I "./include/arch/unix" /D "_DEBUG" /D
"APR_DECLARE_EXPORT" /D "WIN32" /D "_WINDOWS" /FD /c
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
@@ -552,7 +552,6 @@
# Begin Source File
SOURCE=.\aprlib.def
-# PROP Exclude_From_Build 1
# End Source File
# End Target
# End Project
1.24 +1 -0 apr/network_io/win32/sockaddr.c
Index: sockaddr.c
===================================================================
RCS file: /home/cvs/apr/network_io/win32/sockaddr.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sockaddr.c 2000/12/01 18:47:32 1.23
+++ sockaddr.c 2000/12/07 21:31:44 1.24
@@ -56,6 +56,7 @@
#include "apr_network_io.h"
#include "apr_general.h"
#include "apr_strings.h"
+#include "apr_lib.h"
#include <string.h>
static apr_status_t get_local_addr(apr_socket_t *sock)