<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Austin English wrote:
<blockquote
 cite="mid:b6bb06270901120943k375dad1l44f682698522e48a@mail.gmail.com"
 type="cite">
  <pre wrap="">On Mon, Jan 12, 2009 at 11:33 AM, Andrey Turkin <a class="moz-txt-link-rfc2396E" href="mailto:andrey.turkin@gmail.com">&lt;andrey.turkin@gmail.com&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">.Net 3.0 installer needs these
---
 dlls/httpapi/httpapi.spec   |    2 +
 dlls/httpapi/httpapi_main.c |   42 +++++++++++++++++++++++++++++++++++++
 include/http.h              |   48 +++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 92 insertions(+), 0 deletions(-)
 create mode 100644 include/http.h






    </pre>
  </blockquote>
  <pre wrap=""><!---->
diff --git a/dlls/httpapi/httpapi.spec b/dlls/httpapi/httpapi.spec
index aa8fea2..1033eb8 100644
--- a/dlls/httpapi/httpapi.spec
+++ b/dlls/httpapi/httpapi.spec
@@ -18,6 +18,7 @@
 @ stub HttpFilterRawWriteAndAppRead
 @ stub HttpFlushResponseCache
 @ stub HttpGetCounters
+@ stdcall HttpInitialize(long long ptr)
 @ stub HttpInitialize
 @ stub HttpInitializeServerContext
 @ stub HttpOpenAppPool

You forgot to remove the stub entry.

@@ -48,5 +49,6 @@
 @ stub HttpShutdownAppPool
 @ stub HttpShutdownFilter
 @ stub HttpTerminate
+@ stdcall HttpTerminate(long ptr)
 @ stub HttpWaitForDemandStart
 @ stub HttpWaitForDisconnect

Same.

  </pre>
</blockquote>
<br>
Nice catch, that was screwed up rebase. I've sent correct version<br>
</body>
</html>