mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
Added missing include
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#else
|
||||
|
||||
#include <winpr/wtypes.h>
|
||||
#include <winpr/winpr.h>
|
||||
|
||||
#ifndef __SECSTATUS_DEFINED__
|
||||
typedef LONG SECURITY_STATUS;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user