Parcourir la source

Fix another compile error on Windows when not building with GnuTLS

tags/v1.8.90
Peter Åstrand (astrand) il y a 6 ans
Parent
révision
454ed79428
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      win/vncconfig/Authentication.h

+ 2
- 0
win/vncconfig/Authentication.h Voir le fichier

@@ -29,7 +29,9 @@
#include <rfb/Security.h>
#include <rfb/SecurityServer.h>
#include <rfb/SSecurityVncAuth.h>
#ifdef HAVE_GNUTLS
#include <rfb/SSecurityTLS.h>
#endif
#include <rfb/Password.h>

static rfb::BoolParameter queryOnlyIfLoggedOn("QueryOnlyIfLoggedOn",

Chargement…
Annuler
Enregistrer