From 714e406fc4089f1a4b67c9a1ac55bf4162cc5a01 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 3 Dec 2023 23:38:31 +0100 Subject: Drop use of Win98-era multimon.h last mention of it was removed in 2014 by: commit cb40b7d2f9902b5fbe89333c4107d72c156b9a15 Change-Id: Ib60d84624b681d103bc654075a759fc92f8f3300 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160289 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- vcl/win/window/salframe.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vcl/win/window/salframe.cxx') diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx index 3228caf2f345..aaafe56ee887 100644 --- a/vcl/win/window/salframe.cxx +++ b/vcl/win/window/salframe.cxx @@ -76,11 +76,6 @@ #include #include -#define COMPILE_MULTIMON_STUBS -#pragma warning(push) -#pragma warning(disable:4996) // 'GetVersionExA': was declared deprecated -#include -#pragma warning(pop) #include #include -- cgit