[Libreoffice-commits] .: Branch 'libreoffice-3-5-0' - sal/systools

Michael Meeks michael at kemper.freedesktop.org
Mon Jan 30 04:34:23 PST 2012


 sal/systools/win32/uwinapi/uwinapi.dxp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3f1cbd260f1d73be1c0cdd7129829ff1a03db629
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Sat Jan 28 13:49:16 2012 +0100

    Avoid accidental linking with GetShortPathNameW from uwinapi.dll
    
    Signed-off-by: Noel Power <noel.power at novell.com>
    Signed-off-by: Michael Meeks <michael.meeks at suse.com>

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


More information about the Libreoffice-commits mailing list