diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-09-03 20:40:30 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-09-03 20:41:32 +0200 |
commit | 7a30553b22441647f286619fc77d85a624ac3005 (patch) | |
tree | fb48fb131d1ce8fa46c8630e9ae50a2499476046 /sal | |
parent | cfaebe5de91c8049b086019e4c0ef90d5cbb883f (diff) |
sal: actually that uwinapi stuff doesn't include sal headers?
Change-Id: I1812b7050af725ee754c9e41b9b635319eead33a
Diffstat (limited to 'sal')
-rw-r--r-- | sal/systools/win32/uwinapi/legacy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/systools/win32/uwinapi/legacy.c b/sal/systools/win32/uwinapi/legacy.c index 9ba73b27f6c8..c2ca5601c23c 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) { |