This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit f752399098dfe3d8941d75006fc37749ba2b83b8 Author: Ulrich Sibiller <uli42@gmx.de> Date: Thu Dec 1 21:07:15 2022 +0100 x2gohelper/x2gohelper.cpp: use lower-case header files. --- debian/changelog | 1 + x2gohelper/x2gohelper.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e443554..c32b51f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -217,6 +217,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium - /: add README.mxe, describing MXE builds. - /: add handle_mxe.sh, MXE control script. - x2goclient.pro: use different parameters for MXE builds. + - x2gohelper/x2gohelper.cpp: use lower-case header files. -- X2Go Release Manager <git-admin@x2go.org> Thu, 13 Feb 2020 12:31:20 +0100 diff --git a/x2gohelper/x2gohelper.cpp b/x2gohelper/x2gohelper.cpp index 5ad039e..47b0434 100644 --- a/x2gohelper/x2gohelper.cpp +++ b/x2gohelper/x2gohelper.cpp @@ -15,7 +15,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. * ***************************************************************************/ #include <windows.h> -#include <TlHelp32.h> +#include <tlhelp32.h> void killProcess(DWORD pid) { HANDLE handle=OpenProcess(PROCESS_TERMINATE,0,pid); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git