From 54b6536b1936f8bff43285ed43f51430ab30b4a2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 27 Oct 2022 15:52:38 +0200 Subject: Remove leftover INCLUDED_POSTWIN_H macro ...that had been added in 48b1c8898d2f5a54435d23c412a0c65b553ef46d "clang-cl loplugin: vcl", apparently to avoid redeclaration warnings for some extern "C" function, and had been left behind when that function declaration was removed in 3c443852d25a61b61353d630d8dc8753bad6ab30 "vcl: remove no longer needed WIN_Rectangle()" Change-Id: I2744122e8fefc56c75dbcb921e96b22025b6b766 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141909 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- include/postwin.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/postwin.h b/include/postwin.h index 6b11c5827497..c6198ef21c5a 100644 --- a/include/postwin.h +++ b/include/postwin.h @@ -53,8 +53,4 @@ #undef Yield #undef mciSetCommand -#if !defined INCLUDED_POSTWIN_H && defined __cplusplus -#define INCLUDED_POSTWIN_H -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit