瀏覽代碼

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

Loading…
取消
儲存