update boost
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
#if BOOST_WINAPI_PARTITION_DESKTOP
|
||||
|
||||
#include <boost/winapi/detail/header.hpp>
|
||||
|
||||
#if !defined( BOOST_USE_WINDOWS_H )
|
||||
extern "C" {
|
||||
|
||||
@@ -31,7 +33,7 @@ struct _SHFILEINFOA;
|
||||
struct _SHFILEINFOW;
|
||||
|
||||
#if !defined( BOOST_NO_ANSI_APIS )
|
||||
BOOST_SYMBOL_IMPORT boost::winapi::DWORD_PTR_ BOOST_WINAPI_WINAPI_CC SHGetFileInfoA(
|
||||
BOOST_WINAPI_IMPORT boost::winapi::DWORD_PTR_ BOOST_WINAPI_WINAPI_CC SHGetFileInfoA(
|
||||
boost::winapi::LPCSTR_ pszPath,
|
||||
boost::winapi::DWORD_ dwFileAttributes,
|
||||
::_SHFILEINFOA *psfinsigned,
|
||||
@@ -39,7 +41,7 @@ BOOST_SYMBOL_IMPORT boost::winapi::DWORD_PTR_ BOOST_WINAPI_WINAPI_CC SHGetFileIn
|
||||
boost::winapi::UINT_ uFlags);
|
||||
#endif
|
||||
|
||||
BOOST_SYMBOL_IMPORT boost::winapi::DWORD_PTR_ BOOST_WINAPI_WINAPI_CC SHGetFileInfoW(
|
||||
BOOST_WINAPI_IMPORT boost::winapi::DWORD_PTR_ BOOST_WINAPI_WINAPI_CC SHGetFileInfoW(
|
||||
boost::winapi::LPCWSTR_ pszPath,
|
||||
boost::winapi::DWORD_ dwFileAttributes,
|
||||
::_SHFILEINFOW *psfinsigned,
|
||||
@@ -147,5 +149,7 @@ BOOST_FORCEINLINE DWORD_PTR_ sh_get_file_info(LPCWSTR_ pszPath, DWORD_ dwFileAtt
|
||||
}
|
||||
}
|
||||
|
||||
#include <boost/winapi/detail/footer.hpp>
|
||||
|
||||
#endif // BOOST_WINAPI_PARTITION_DESKTOP
|
||||
#endif // BOOST_WINAPI_SHELL_HPP_INCLUDED_
|
||||
|
||||
Reference in New Issue
Block a user