Adding support to check for freerdp2 and freerdp3

Adding logic to check for freerdp2 first and if not the rdp module will check for freerdp3 to support the rdp module
This commit is contained in:
Henry Robalino 2020-06-12 11:19:01 -04:00 committed by GitHub
commit bc6e8aec41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 92 additions and 11 deletions

View file

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