Added missing include

This commit is contained in:
Armin Novak 2022-10-19 09:47:52 +02:00 committed by akallabeth
parent a66d9d1706
commit 2a181c19c5
3 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#else
#include <winpr/wtypes.h>
#include <winpr/winpr.h>
#ifndef __SECSTATUS_DEFINED__
typedef LONG SECURITY_STATUS;

View File

@ -22,6 +22,7 @@
#define WINPR_SSL_H
#include <winpr/wtypes.h>
#include <winpr/winpr.h>
#define WINPR_SSL_INIT_DEFAULT 0x00
#define WINPR_SSL_INIT_ALREADY_INITIALIZED 0x01

View File

@ -30,6 +30,7 @@ extern "C"
#include <stdarg.h>
#include <winpr/wtypes.h>
#include <winpr/winpr.h>
#include <winpr/synch.h>
#include <winpr/thread.h>