openssl/crypto/seed
Benjamin Kaduk ac879ed62a Use _WIN32 over WIN32 for preprocessor conditional
The intent seems to be that the WIN32 symbol is for things that are a direct
byproduct of being a windows-variant configuration and should be used for
feature en/disablement on windows systems.  Use of the _WIN32 symbol is more
widespread, being used to implement platform portability of more generic code.

We do define WIN32 in some situations in e_os.h, but that is not included
universally.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2642)
2017-02-16 08:59:47 -05:00
..
build.info unified build scheme: add build.info files 2016-02-01 12:46:58 +01:00
seed.c Use _WIN32 over WIN32 for preprocessor conditional 2017-02-16 08:59:47 -05:00
seed_cbc.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
seed_cfb.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
seed_ecb.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
seed_locl.h Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00
seed_ofb.c Copyright consolidation 09/10 2016-05-17 14:53:16 -04:00