[Libreoffice-commits] core.git: sal/systools

Tor Lillqvist tml at iki.fi
Fri Apr 26 05:56:57 PDT 2013


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

New commits:
commit 8bcbc1d51dfaa40961c12324423fbf263be78538
Author: Tor Lillqvist <tml at iki.fi>
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);
 


More information about the Libreoffice-commits mailing list