Matt Caswell c144b4edda Revert "RT4526: Call TerminateProcess, not ExitProcess"
This reverts commit 75f90688fb2dec0f897cad8be8b92be725c5016b.

TerminateProcess is asynchronous, so the code as written in the above
commit is not correct (and doesn't even compile at the moment). It is
also probably not needed in the speed case. Reverting in order to figure
out the correct solution.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-06-16 16:21:05 +01:00
..
2010-01-15 15:26:32 +00:00
2009-04-26 15:04:06 +00:00
2010-01-15 15:26:32 +00:00
2010-01-15 15:26:32 +00:00
2010-01-15 15:26:32 +00:00
2009-04-16 17:22:51 +00:00
2010-01-15 15:26:32 +00:00
2010-01-15 15:26:32 +00:00
2009-07-24 13:43:23 +00:00
2002-11-15 22:37:18 +00:00
2002-11-15 22:37:18 +00:00
2010-01-15 15:26:32 +00:00
2010-01-15 15:26:32 +00:00
2010-01-15 15:26:32 +00:00
2010-01-15 15:26:32 +00:00
2010-01-15 15:26:32 +00:00
2010-01-15 15:26:32 +00:00
2010-01-15 15:26:32 +00:00
2010-01-15 15:26:32 +00:00
2016-02-10 12:55:11 +01:00
2011-10-10 22:33:50 +00:00
2005-05-31 11:07:27 +00:00
2010-01-15 15:26:32 +00:00

Run these makefiles from the top level as in
nmake -f ms\makefilename
to build with visual C++ 4.[01].

The results will be in the out directory.

These makefiles and def files were generated by typing

perl util\mk1mf.pl VC-NT >ms/nt.mak
perl util\mk1mf.pl VC-NT dll >ms/ntdll.mak

perl util\mkdef.pl 32 crypto > ms/crypto32.def
perl util\mkdef.pl 32 ssl > ms/ssl32.def