Implement windows async pool and notify support

Port the async pool and notify code to windows.

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Matt Caswell
2015-09-16 23:43:45 +01:00
parent 5e6f9775a9
commit d63de0ebff
6 changed files with 121 additions and 13 deletions

View File

@@ -62,7 +62,7 @@
# define ASYNC_ARCH
# include <windows.h>
# include "cryptlib.h"
# include "internal/cryptlib.h"
typedef struct async_fibre_st {
LPVOID fibre;