office-gobmx/sal/systools
Stephan Bergmann 203595a1b5 -Werror,-Winconsistent-dllimport
> sal/systools/win32/uwinapi/legacy.c(21,14) :  error: 'GetShortPathNameW' redeclared without 'dllimport' attribute: previous 'dllimport' ignored [-Werror,-Winconsistent-dllimport]
> DWORD WINAPI GetShortPathNameW(LPCWSTR lpszLongPath,LPWSTR lpszShortPath,DWORD cchBuffer)
>              ^
> C:/PROGRA~2/WI3CF2~1/8.1/include/um\fileapi.h(780,1) :  note: previous declaration is here
> GetShortPathNameW(
> ^
> C:/PROGRA~2/WI3CF2~1/8.1/include/um\fileapi.h(776,1) :  note: previous attribute is here
> WINBASEAPI
> ^
> C:/PROGRA~2/WI3CF2~1/8.1/include/shared\apisetcconv.h(22,20) :  note: expanded from macro 'WINBASEAPI'
> #define WINBASEAPI DECLSPEC_IMPORT
>                    ^
> C:/PROGRA~2/WI3CF2~1/8.1/include/um\winnt.h(175,36) :  note: expanded from macro 'DECLSPEC_IMPORT'
> #define DECLSPEC_IMPORT __declspec(dllimport)
>                                    ^

Change-Id: Ifb0d3179bca9da192afc0af4e731a799f6d392b2
2015-11-12 15:07:18 +01:00
..
win32/uwinapi