- 08 12月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 19 9月, 2014 1 次提交
-
-
由 Jake Goulding 提交于
GetDIBits has been around since Windows2000 and BitBitmapBits is an old Win16 compatibility function that is much slower. Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 25 2月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Windows 8 SDKs complain that GetVersion() is deprecated. We only use GetVersion like this: (GetVersion() < 0x80000000) which checks if the Windows version is NT based. Use a macro check_winnt() which uses GetVersion() on older SDK versions and true otherwise.
-
- 04 2月, 2011 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 23 3月, 2010 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 17 2月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: James Baker <jbaker@tableausoftware.com> et al. Workaround for slow Heap32Next on some versions of Windows.
-
- 20 1月, 2010 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 19 1月, 2010 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 20 9月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 24 7月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 14 10月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
SIZE_T].
-
- 23 9月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
ULONG_PTR, so we replace it with equally wide SIZE_T.
-
- 08 8月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 04 8月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 03 8月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 02 8月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
invalidated the whole clause] and replace it with #if _WIN32_WCE>=210.
-
- 21 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
inspired by VC6 failure report. In addition abstain from taking screen snapshots when running in NT service context.
-
- 19 4月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix Win32 build system to use 'Makefile' instead of 'Makefile.ssl'.
-
- 24 3月, 2005 1 次提交
-
-
由 Ulf Möller 提交于
-
- 19 3月, 2005 1 次提交
-
-
由 Ulf Möller 提交于
-
- 22 7月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 05 1月, 2004 1 次提交
-
-
由 Lutz Jänicke 提交于
Submitted by: Gertjan van Oosten <gertjan@West.NL> PR: #804
-
- 07 8月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
1. CreateToolhelp32Snapshot returns INVALID_HANDLE_VALUE, not NULL, on error. 2. On Windows CE, a snapshot handle is closed with CloseToolhelp32Snapshot, not CloseHandle.
-
- 03 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 16 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 15 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
PR: 264
-
- 21 2月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
-
- 10 3月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 09 3月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
use _emit instead Pointed out by Jeremy Cooper <jeremy@baymoo.org>
-
- 20 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
-
- 12 1月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
Problem reported by "Wolfgang Marczy" <WMarczy@topcall.co.at> in a message to openssl-dev (19 Dec 2000 13:40:51 +0100).
-
- 08 1月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
them for a short period of time (actually, poll them with select(), then read() whatever is there), which is about 10ms (hard-coded value) each. Separate Windows and Unixly code, and start on a VMS variant that currently just returns 0.
-
- 17 12月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 16 12月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
Spotted by "David Schwartz" <davids@webmaster.com>.
-
- 30 11月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 04 11月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
The randomness may not actually be very good (we don't know).
-
由 Ulf Möller 提交于
-
- 21 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
work better in Win32. Verified by zhu qun-ying <qyzhu@krdl.org.sg>.
-
- 18 9月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
so disable that part. Reported by Jeffrey Altman <jaltman@columbia.edu>
-
由 Richard Levitte 提交于
-