mirror of
https://github.com/openssl/openssl.git
synced 2024-11-28 04:25:31 +08:00
apps/speed.c: fix typo in last commit.
This commit is contained in:
parent
bdba45957a
commit
7aba22ba28
@ -110,7 +110,7 @@
|
|||||||
|
|
||||||
#if defined(_WIN32) || defined(__CYGWIN__)
|
#if defined(_WIN32) || defined(__CYGWIN__)
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
# if defined(__CYGwIN__) && !defined(_WIN32)
|
# if defined(__CYGWIN__) && !defined(_WIN32)
|
||||||
/* <windows.h> should define _WIN32, which normally is mutually
|
/* <windows.h> should define _WIN32, which normally is mutually
|
||||||
* exclusive with __CYGWIN__, but if it didn't... */
|
* exclusive with __CYGWIN__, but if it didn't... */
|
||||||
# define _WIN32
|
# define _WIN32
|
||||||
|
Loading…
Reference in New Issue
Block a user