add support for freerdp3"

Added support for freerdp module 3, this is the newest module from freerdp
This commit is contained in:
Henry Robalino 2020-06-05 17:28:49 -04:00 committed by GitHub
commit a88198051b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 55 additions and 55 deletions

View file

@ -10,7 +10,7 @@
#include "hydra-mod.h"
extern char *HYDRA_EXIT;
#ifndef LIBFREERDP2
#ifndef LIBFREERDP3
void dummy_rdp() { printf("\n"); }
#else