summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apr.dsp9
-rw-r--r--aprlib.def21
-rw-r--r--aprlib.dsp9
-rw-r--r--libapr.def21
4 files changed, 30 insertions, 30 deletions
diff --git a/apr.dsp b/apr.dsp
index d537d1d1e..ff37c0e5e 100644
--- a/apr.dsp
+++ b/apr.dsp
@@ -68,8 +68,8 @@ LIB32=link.exe -lib
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 CPP /nologo /MDd /W3 /GX /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 /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
# SUBTRACT CPP /YX
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
@@ -273,6 +273,11 @@ SOURCE=.\network_io\win32\poll.c
# End Source File
# Begin Source File
+SOURCE=.\network_io\unix\sa_common.c
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
SOURCE=.\network_io\win32\sendrecv.c
# End Source File
# Begin Source File
diff --git a/aprlib.def b/aprlib.def
index dc47d7b3f..e43cd4fe2 100644
--- a/aprlib.def
+++ b/aprlib.def
@@ -78,10 +78,12 @@ EXPORTS
apr_remove_poll_socket @71
apr_clear_poll_sockets @72
apr_getsocketopt @73
-;
-;
-;
-;
+ apr_get_ipaddr @74
+ apr_set_ipaddr @75
+ apr_get_port @76
+ apr_set_port @77
+ apr_get_inaddr @78
+
;
;
; apr_thread_proc.h
@@ -211,17 +213,10 @@ EXPORTS
apr_getpass @202
apr_tokenize_to_argv @204
- apr_filename_of_pathname @205
+ apr_filename_of_pathname @205
apr_get_remote_name @206
apr_get_local_name @207
- apr_get_ipaddr @208
- apr_set_ipaddr @209
-
-
- apr_get_port @212
- apr_set_port @213
-
-
+
apr_open_stderr @216
apr_get_pipe_timeout @217
apr_set_pipe_timeout @218
diff --git a/aprlib.dsp b/aprlib.dsp
index d537d1d1e..ff37c0e5e 100644
--- a/aprlib.dsp
+++ b/aprlib.dsp
@@ -68,8 +68,8 @@ LIB32=link.exe -lib
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 CPP /nologo /MDd /W3 /GX /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 /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
# SUBTRACT CPP /YX
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
@@ -273,6 +273,11 @@ SOURCE=.\network_io\win32\poll.c
# End Source File
# Begin Source File
+SOURCE=.\network_io\unix\sa_common.c
+# PROP Exclude_From_Build 1
+# End Source File
+# Begin Source File
+
SOURCE=.\network_io\win32\sendrecv.c
# End Source File
# Begin Source File
diff --git a/libapr.def b/libapr.def
index dc47d7b3f..e43cd4fe2 100644
--- a/libapr.def
+++ b/libapr.def
@@ -78,10 +78,12 @@ EXPORTS
apr_remove_poll_socket @71
apr_clear_poll_sockets @72
apr_getsocketopt @73
-;
-;
-;
-;
+ apr_get_ipaddr @74
+ apr_set_ipaddr @75
+ apr_get_port @76
+ apr_set_port @77
+ apr_get_inaddr @78
+
;
;
; apr_thread_proc.h
@@ -211,17 +213,10 @@ EXPORTS
apr_getpass @202
apr_tokenize_to_argv @204
- apr_filename_of_pathname @205
+ apr_filename_of_pathname @205
apr_get_remote_name @206
apr_get_local_name @207
- apr_get_ipaddr @208
- apr_set_ipaddr @209
-
-
- apr_get_port @212
- apr_set_port @213
-
-
+
apr_open_stderr @216
apr_get_pipe_timeout @217
apr_set_pipe_timeout @218