mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 13:09:40 +08:00
declared SHCoCreateInstance()
svn path=/trunk/; revision=7497
This commit is contained in:
@@ -34,6 +34,8 @@ extern "C" {
|
||||
#include <shobjidl.h>
|
||||
|
||||
|
||||
HRESULT WINAPI SHCoCreateInstance(LPCWSTR, const CLSID*, LPUNKNOWN, REFIID, LPVOID*);
|
||||
|
||||
BOOL WINAPI SHGetPathFromIDListA (LPCITEMIDLIST pidl,LPSTR pszPath);
|
||||
BOOL WINAPI SHGetPathFromIDListW (LPCITEMIDLIST pidl,LPWSTR pszPath);
|
||||
#define SHGetPathFromIDList WINELIB_NAME_AW(SHGetPathFromIDList)
|
||||
|
||||
Reference in New Issue
Block a user