On 2013-03-08 10:00, Jurko Gospodnetić wrote:
...
2. Remove the need for including the windows.h header from rand.h
completely by simply explicitly declaring those few windows specific
types used there. I believe it is just the UINT, WPARAM & LPARAM types
used in RAND_event() - all simple types, and not really worth including
the whole windows.h just for them...
Yes, maybe it is possible to include <windef.h> instead, which just
contains the basic Windows definitions. Even that header contains quite
a lot of namespace pollution, but it is far less than <windows.h>.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]