From 6eb9d6297f79a73b4d911cdb472af69053e9098a Mon Sep 17 00:00:00 2001 From: David Shaw Date: Thu, 28 Aug 2003 23:49:03 +0000 Subject: * idea-stub.c, random.c; s/__MINGW32__/_WIN32/ to help building on native Windows compilers. Requested by Brian Gladman. From Werner on stable branch. --- cipher/random.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cipher/random.c') diff --git a/cipher/random.c b/cipher/random.c index b0e2785b0..baee65c49 100644 --- a/cipher/random.c +++ b/cipher/random.c @@ -1,5 +1,6 @@ /* random.c - random number generator - * Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001, 2002, + * 2003 Free Software Foundation, Inc. * * This file is part of GnuPG. * @@ -33,7 +34,9 @@ #include #include #include +#ifndef _WIN32 #include +#endif #include #include #include @@ -50,7 +53,7 @@ #ifdef HAVE_GETRUSAGE #include #endif -#ifdef __MINGW32__ +#ifdef _WIN32 #include #endif #include "util.h" -- cgit v1.2.3