From 1a494d9a00208eef790400bdbd8b3e5c7fed4886 Mon Sep 17 00:00:00 2001 From: Ashod Nakashian Date: Tue, 10 Nov 2015 20:47:58 -0500 Subject: Windows header sanitization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Isolation of windows headers using prewin.h and postwin.h headers and making headers dependent on them more self contained. Conversion of TCHAR to WCHAR and LPCTSTR to LPCWSTR etc. and cleanup of unnecessary casts. Change-Id: I7eff5c477d9223a064bfb4d962ff6d61960ee69c Reviewed-on: https://gerrit.libreoffice.org/19901 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/inc/sft.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/sft.hxx') diff --git a/vcl/inc/sft.hxx b/vcl/inc/sft.hxx index 5d17e09ed8cc..220518c5e1f4 100644 --- a/vcl/inc/sft.hxx +++ b/vcl/inc/sft.hxx @@ -93,6 +93,7 @@ namespace vcl FW_EXTRABOLD = 800, /**< Extra-bold (Ultra-bold) */ FW_BLACK = 900 /**< Black (Heavy) */ }; +#endif /* FW_THIN */ /** Value of the width member of the TTGlobalFontInfo struct */ enum WidthClass { @@ -106,7 +107,6 @@ namespace vcl FWIDTH_EXTRA_EXPANDED = 8, /**< 150% of normal */ FWIDTH_ULTRA_EXPANDED = 9 /**< 200% of normal */ }; -#endif /* FW_THIN */ /** Type of the 'kern' table, stored in _TrueTypeFont::kerntype */ enum KernType { -- cgit