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

Michael Stahl mstahl at redhat.com
Thu Sep 3 11:43:41 PDT 2015


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

New commits:
commit 7a30553b22441647f286619fc77d85a624ac3005
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Sep 3 20:40:30 2015 +0200

    sal: actually that uwinapi stuff doesn't include sal headers?
    
    Change-Id: I1812b7050af725ee754c9e41b9b635319eead33a

diff --git a/sal/systools/win32/uwinapi/legacy.c b/sal/systools/win32/uwinapi/legacy.c
index 9ba73b2..c2ca560 100644
--- a/sal/systools/win32/uwinapi/legacy.c
+++ b/sal/systools/win32/uwinapi/legacy.c
@@ -16,7 +16,7 @@
 
 #if defined(_MSC_VER) && (_MSC_VER >= 1900)
 // older versions use uwinapi.def file for export
-SAL_DLLPUBLIC_EXPORT
+__declspec(dllexport)
 #endif
 DWORD WINAPI GetShortPathNameW(LPCWSTR lpszLongPath,LPWSTR lpszShortPath,DWORD cchBuffer)
 {


More information about the Libreoffice-commits mailing list