wrowe       2002/07/17 13:53:25

  Modified:    misc/win32 rand.c
  Log:
    Outch.  The most important part, stop dragging in troublesome includes.
  
  Submitted by: David Shane Holden <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.17      +1 -3      apr/misc/win32/rand.c
  
  Index: rand.c
  ===================================================================
  RCS file: /home/cvs/apr/misc/win32/rand.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- rand.c    17 Jul 2002 20:19:35 -0000      1.16
  +++ rand.c    17 Jul 2002 20:53:25 -0000      1.17
  @@ -52,14 +52,12 @@
    * <http://www.apache.org/>.
    */
   
  -#include <windows.h>
  -#include <objbase.h>
  -#include <wincrypt.h>
   #include "apr.h"
   #include "apr_private.h"
   #include "apr_general.h"
   #include "apr_portable.h"
   #include "misc.h"
  +#include <wincrypt.h>
   
   
   APR_DECLARE(apr_status_t) apr_generate_random_bytes(unsigned char * buf,
  
  
  

Reply via email to