Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Hello, a little safe patch that prevents that "compatibility symbol" we added for backward compatibility with older versions of Duden Korrektor from landing in the uwinapi.lib import library. This assures that no accidental linking with it will happen inside LO and for applications that would use this library for the string functions. The "PRIVATE" does not prevent the symbol from being present in the DLL itself, only it will be not in the import library used for linking.

Please, I would need 3 positive reviews for rc3. It is not in the master, where I will have to find a solution later.

Cheers

Fridrich
--
Please avoid sending me Word, Excel or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
From ea673c796d3dd8d6c7a6727189d0392fd25d2987 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fridrich=20=C5=A0trba?= <fridrich.strba@bluewin.ch>
Date: Sat, 28 Jan 2012 13:49:16 +0100
Subject: [PATCH] Avoid accidental linking with GetShortPathNameW from
 uwinapi.dll

---
 sal/systools/win32/uwinapi/uwinapi.dxp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sal/systools/win32/uwinapi/uwinapi.dxp b/sal/systools/win32/uwinapi/uwinapi.dxp
index 0eeb2a3..ff5bc44 100755
--- a/sal/systools/win32/uwinapi/uwinapi.dxp
+++ b/sal/systools/win32/uwinapi/uwinapi.dxp
@@ -22,4 +22,4 @@
 ;
 ;*************************************************************************
 
-GetShortPathNameW
+GetShortPathNameW PRIVATE
-- 
1.7.7


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.