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

New commits:
commit 8bcbc1d51dfaa40961c12324423fbf263be78538
Author: Tor Lillqvist <[email protected]>
Date:   Fri Apr 26 15:55:55 2013 +0300

    This *is* C code
    
    Change-Id: I4461b7a38862ad2c9861861fad8d6bf4bafd01ab

diff --git a/sal/systools/win32/uwinapi/legacy.c 
b/sal/systools/win32/uwinapi/legacy.c
index 777df2b..b789c07 100644
--- a/sal/systools/win32/uwinapi/legacy.c
+++ b/sal/systools/win32/uwinapi/legacy.c
@@ -14,7 +14,7 @@
 #pragma warning(disable:4273)       // inconsistent dll linkage
 #endif
 
-extern "C" DWORD WINAPI GetShortPathNameW(LPCWSTR lpszLongPath,LPWSTR 
lpszShortPath,DWORD cchBuffer)
+DWORD WINAPI GetShortPathNameW(LPCWSTR lpszLongPath,LPWSTR lpszShortPath,DWORD 
cchBuffer)
 {
     typedef DWORD (WINAPI * GetShortPathNameW_t) (LPCWSTR,LPWSTR,DWORD);
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to