1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

avformat: add windows.h to SChannel SSP TLS code

This fixes building on cygwin
Fixes ticket #5036
This commit is contained in:
Kevin Mitchell
2015-11-24 19:25:12 -08:00
committed by Hendrik Leppkes
parent d117b09021
commit 5120b03d69

View File

@@ -28,6 +28,7 @@
#include "tls.h"
#define SECURITY_WIN32
#include <windows.h>
#include <security.h>
#include <schnlsp.h>