From b52788764836086ae1e8d3048fe9c2c2b97839be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 9 Dec 2020 16:31:34 +0100 Subject: [PATCH] Rename main.c to main.cpp because it needs to be built as C++ for integration with TQt event loop. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use tq... includes instead of ntq.... Signed-off-by: Slávek Banko --- libvncserver/{main.c => main.cpp} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename libvncserver/{main.c => main.cpp} (99%) diff --git a/libvncserver/main.c b/libvncserver/main.cpp similarity index 99% rename from libvncserver/main.c rename to libvncserver/main.cpp index 74010d0..a07402a 100644 --- a/libvncserver/main.c +++ b/libvncserver/main.cpp @@ -39,10 +39,10 @@ extern "C" { #include } -#include -#include -#include -#include +#include +#include +#include +#include #include "main.h"