]> granicus.if.org Git - apache/commit
Win32: function pointers use C calling convention unless explicitly set to use
authorBill Stoddard <stoddard@apache.org>
Tue, 22 Aug 2000 03:20:44 +0000 (03:20 +0000)
committerBill Stoddard <stoddard@apache.org>
Tue, 22 Aug 2000 03:20:44 +0000 (03:20 +0000)
commit68b4618cf01d465baf4345b605d8a66aba320315
tree41e5385fd07a2640ddf7af0e379cdc1b4c17c5c0
parentc0c75b8333946592a4dad46a1d2f180cf5b00644
Win32: function pointers use C calling convention unless explicitly set to use
stdcall. The 'split' function pointer in ap_buckets.h points to both static functions
(which use C calling convention) and exported functions (which normally use stdcall).
Let's settle on using the C calling convention.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86130 13f79535-47bb-0310-9956-ffa450edef68
ApacheCore.def
libhttpd.def