Qian Hong : include: Remove duplicate macro definition in shellapi.h.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jun 16 10:13:13 CDT 2015


Module: wine
Branch: master
Commit: 0edeb9b9b10b1af0ca33b4202ab9d1d5037ae7d2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0edeb9b9b10b1af0ca33b4202ab9d1d5037ae7d2

Author: Qian Hong <qhong at codeweavers.com>
Date:   Tue Jun 16 15:58:21 2015 +0800

include: Remove duplicate macro definition in shellapi.h.

---

 include/shellapi.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/include/shellapi.h b/include/shellapi.h
index ecf0b21..8492155 100644
--- a/include/shellapi.h
+++ b/include/shellapi.h
@@ -250,12 +250,6 @@ void WINAPI SHFreeNameMappings(HANDLE hNameMappings);
 /******************************************
  * 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 ShellExecuteW(HWND,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR,INT);




More information about the wine-cvs mailing list