]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Normalize symbol exports for Win32/Netware to the httpd.exp reference.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 28 Dec 2001 05:03:08 +0000 (05:03 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 28 Dec 2001 05:03:08 +0000 (05:03 +0000)
commit80f1ee71b67bb4983256cee5757a51f8325d7971
tree27b74c1126d0624ea49daf5c5782aee0e4aba3f7
parent15babb8f17522b2523c40ed76f9b41b952a4602f
  Normalize symbol exports for Win32/Netware to the httpd.exp reference.
  Diff tags pre_win_nw_syms/post_win_nw_syms for complete edit.

  Note I've corrected _SEVERAL_ badly declared symbols on Win32 into
  API_EXPORT_NONSTD flavors (e.g. those using (...) args).  This may,
  or may not, break binary compatibility depending on how those args
  are addressed, and if those functions were used.

  I've further tested by setting aside the .def file and rebuilding,
  and validated that our symbols list corresponds to the API_DECLARE()
  macros at this moment.

Submitted by: Thomas Eibner <thomas@stderr.net>
Reviewed by: Stoddard, Rowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92633 13f79535-47bb-0310-9956-ffa450edef68
27 files changed:
src/ApacheCore.def
src/ap/ap_snprintf.c
src/include/ap.h
src/include/ap_alloc.h
src/include/buff.h
src/include/http_conf_globals.h
src/include/http_config.h
src/include/http_core.h
src/include/http_log.h
src/include/http_main.h
src/include/http_protocol.h
src/include/http_request.h
src/include/http_vhost.h
src/include/httpd.h
src/include/rfc1413.h
src/main/alloc.c
src/main/buff.c
src/main/http_config.c
src/main/http_core.c
src/main/http_log.c
src/main/http_main.c
src/main/http_protocol.c
src/main/http_request.c
src/main/http_vhost.c
src/main/rfc1413.c
src/main/util.c
src/os/netware/ApacheCore.imp