浏览代码

Fix another compile error on Windows when not building with GnuTLS

tags/v1.8.90
Peter Åstrand (astrand) 6 年前
父节点
当前提交
454ed79428
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      win/vncconfig/Authentication.h

+ 2
- 0
win/vncconfig/Authentication.h 查看文件

@@ -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",

正在加载...
取消
保存