On Thu, 27 Jun 2002, Richard Levitte via RT wrote:
> > [lack of prototypes for WPARAM/LPARAM/etc.] > > Hmm, wouldn't it be easier to have the following early in rand.h? > > #include <openssl/opensslconf.h> > > #if defined(OPENSSL_SYS_WINDOWS) > #include <windows.h> > #endif It'd certainly be an option, but this would mean that for all the files that include rand.h but don't need the windows-specific stuff, they're including several thousand extra lines of unnecessary code. Since the only bad effect of this is on compile time and since compile time is cheap, I don't really mind either way :-) -- Jon Bright Lead Programmer, Silicon Circus Ltd. http://www.siliconcircus.com ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
