stoddard    99/09/13 06:53:55

  Modified:    src/modules/experimental mod_auth_digest.c
  Log:
  _WIN32_WINNT define is in os.h now.
  
  Revision  Changes    Path
  1.9       +1 -6      apache-1.3/src/modules/experimental/mod_auth_digest.c
  
  Index: mod_auth_digest.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/experimental/mod_auth_digest.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mod_auth_digest.c 1999/09/09 22:20:19     1.8
  +++ mod_auth_digest.c 1999/09/13 13:53:54     1.9
  @@ -132,13 +132,8 @@
   #include "ap_sha1.h"
   
   #ifdef WIN32
  -/*
  - * Crypt APIs are only available in WinNT and Win95 with OSR 2 so 
  - * wincrypt.h is protected by this macro definition.
  - */
  -#define _WIN32_WINNT 0x0400
  +/* Crypt APIs are available on Win95 with OSR 2 */
   #include <wincrypt.h>
  -#undef _WIN32_WINNT
   #endif
   
   #ifdef HAVE_SHMEM_MM
  
  
  

Reply via email to