[PATCH] libapr.dsp rand.c

2002-07-17 Thread David Shane Holden
When compiling apr at the command line for httpd-2.0 on Win2k, rand.c would puke a bunch of errors. I tracked it down to objbase.h not sure why, but that file would jack everything up. This patch gets rid of it and still creates a random UUID. The weird part is that it would compile in VC

Re: cvs commit: apr/misc/win32 rand.c

2002-07-17 Thread David Shane Holden
UuidCreate(), which on Win2000/XP no longer reveals the mac address. Submitted by: David Shane Holden <[EMAIL PROTECTED]> 1.16 +5 -2 apr/misc/win32/rand.c Index: rand.c === RCS file: /home/cvs/apr/mis

Re: cvs commit: apr-util/xlate xlate.c

2002-07-17 Thread David Shane Holden
Missed one. Shane [EMAIL PROTECTED] wrote: wrowe 2002/07/16 22:24:04 Modified:include apr_xlate.h xlatexlate.c Log: APU declares now Index: xlate/xlate.c === RCS file: /home/cvspublic/apr-util/xlate

Re: cvs commit: apr/strings apr_strings.c

2002-07-24 Thread David Shane Holden
This just broke the Windows build. "error C2632: 'long' followed by 'long' is illegal" Shane [EMAIL PROTECTED] wrote: wsanchez2002/07/24 13:29:38 Modified:.CHANGES configure.in include apr.h.in apr_strings.h strings apr_strings.c Log: Added apr_

[PATCH] test\testrand build failure on Windows

2002-07-25 Thread David Shane Holden
misc\win32\rand.c now requires rpcrt4.lib, the following patch adds it to ALL_LIBS in MakeWin32Make.awk and gets testrand building on Windows again. Shane Index: MakeWin32Make.awk === RCS file: /home/cvspublic/apr/test/MakeWin32Make.a