]> 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)
commita9b6cf833ad09d3251e4a03fdb06b6e62e86b3b5
tree6301236422c0563b2cf08401ab999d8876d65b16
parentb9a95e0e189cbb20d4a2df1010e4bd3f106cef7e
  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