]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Here's what should work flawlessly... WinNT/2K as a service or a
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 12 Dec 2000 06:01:58 +0000 (06:01 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 12 Dec 2000 06:01:58 +0000 (06:01 +0000)
commitbd6baf499eab3b9ba052b4db169284fd410eb9c5
tree6301236422c0563b2cf08401ab999d8876d65b16
parent58097f54b420ccd10fda0799181f6e28249ad788
  Here's what should work flawlessly... WinNT/2K as a service or a
  console app, Win9x as a console app or hidden service, the ctrl+c,
  ctrl+break and close button on all platforms.  Now the rough part,
  Win9x, while the processes set themselves up as services, are dieing
  on logoff.  My guess, the hooks are deregistered regardless on logoff,
  unloading the 'partner' .dll that is sitting in WinOldAp's process.
  Anyway, before rebooting 1,000 more times, and possibly loosing some
  fruits of my effort, here is the working code.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87291 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/winnt/Win9xConHook.c