include: Remove duplicate macro definition in shellapi.h.
This commit is contained in:
parent
19b9c8fdb7
commit
0edeb9b9b1
@ -250,12 +250,6 @@ void WINAPI SHFreeNameMappings(HANDLE hNameMappings);
|
|||||||
/******************************************
|
/******************************************
|
||||||
* ShellExecute
|
* ShellExecute
|
||||||
*/
|
*/
|
||||||
#define SE_ERR_SHARE 26
|
|
||||||
#define SE_ERR_ASSOCINCOMPLETE 27
|
|
||||||
#define SE_ERR_DDETIMEOUT 28
|
|
||||||
#define SE_ERR_DDEFAIL 29
|
|
||||||
#define SE_ERR_DDEBUSY 30
|
|
||||||
#define SE_ERR_NOASSOC 31
|
|
||||||
|
|
||||||
HINSTANCE WINAPI ShellExecuteA(HWND,LPCSTR,LPCSTR,LPCSTR,LPCSTR,INT);
|
HINSTANCE WINAPI ShellExecuteA(HWND,LPCSTR,LPCSTR,LPCSTR,LPCSTR,INT);
|
||||||
HINSTANCE WINAPI ShellExecuteW(HWND,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR,INT);
|
HINSTANCE WINAPI ShellExecuteW(HWND,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR,INT);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user