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.st...@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

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to