* include/shlguid.h (CGID_ShellServiceObject): Declare.
* lib/uuid.c (CGID_ShellServiceObject): Define guid. Thanks to Chris Sutcliffe <ir0nh34d#users.sourceforge.net> * include/winuser.h (SetLayeredWindowAttributes): Add prototype. * lib/user32.def (SetLayeredWindowAttributes): Add stub. * lib/uuid.c (CGID_Explorer, CGID_ShellDocView): Define guids.
This commit is contained in:
@@ -15,6 +15,7 @@ extern const GUID FMTID_Intshcut;
|
||||
extern const GUID FMTID_InternetSite;
|
||||
extern const GUID CGID_Explorer;
|
||||
extern const GUID CGID_ShellDocView;
|
||||
extern const GUID CGID_ShellServiceObject;
|
||||
extern const GUID IID_INewShortcutHookA;
|
||||
extern const GUID IID_IShellBrowser;
|
||||
extern const GUID IID_IShellView;
|
||||
|
@@ -3361,6 +3361,7 @@ int WINAPI wvsprintfW(LPWSTR,LPCWSTR,va_list arglist);
|
||||
#if(WINVER >= 0x0500)
|
||||
BOOL WINAPI AllowSetForegroundWindow(DWORD);
|
||||
BOOL WINAPI LockSetForegroundWindow(UINT);
|
||||
BOOL WINAPI SetLayeredWindowAttributes(HWND,COLORREF,BYTE,DWORD);
|
||||
#endif
|
||||
|
||||
#ifdef UNICODE
|
||||
|
Reference in New Issue
Block a user