[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sal/systools
Noel Power
noelp at kemper.freedesktop.org
Mon Jan 30 03:42:28 PST 2012
sal/systools/win32/uwinapi/uwinapi.dxp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b572ebecf0b04288870d3a22fb8828dcf091d03d
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>
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