Author: gedmurphy
Date: Mon Jun 11 13:52:31 2007
New Revision: 27134
URL:
http://svn.reactos.org/svn/reactos?rev=27134&view=rev
Log:
remove corresponding definitions out of todo.h
Modified:
trunk/reactos/base/shell/explorer-new/todo.h
Modified: trunk/reactos/base/shell/explorer-new/todo.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/to…
==============================================================================
--- trunk/reactos/base/shell/explorer-new/todo.h (original)
+++ trunk/reactos/base/shell/explorer-new/todo.h Mon Jun 11 13:52:31 2007
@@ -31,43 +31,7 @@
static const GUID SID_HACK_SMenuPopup =
{0xD1E7AFEB,0x6A2E,0x11D0,{0x8C,0x78,0x00,0xC0,0x4F,0xD9,0x18,0xB4}};
#define SID_SMenuPopup SID_HACK_SMenuPopup
-HANDLE WINAPI SHChangeNotification_Lock(
- HANDLE hChange,
- DWORD dwProcessId,
- LPITEMIDLIST **lppidls,
- LPLONG lpwEventId);
-BOOL WINAPI SHChangeNotification_Unlock ( HANDLE hLock);
-
-typedef struct
-{
- HIMAGELIST himl;
- RECT margin;
- UINT uAlign;
-} BUTTON_IMAGELIST, *PBUTTON_IMAGELIST;
-#define BUTTON_IMAGELIST_ALIGN_LEFT 0
-
-#ifndef BCM_FIRST
-#define BCM_FIRST 0x1600
-#define BCM_GETIDEALSIZE (BCM_FIRST + 1)
-#define BCM_SETIMAGELIST (BCM_FIRST + 2)
-#endif /* BCM_FIRST */
-
-DWORD WINAPI SHRestricted(RESTRICTIONS);
-BOOL WINAPI SHFindFiles(LPCITEMIDLIST,LPCITEMIDLIST);/* FIXME: Parameters should be
PCIDLIST_ABSOLUTE */
-
-HMONITOR WINAPI MonitorFromRect(LPCRECT,DWORD);
-HMONITOR WINAPI MonitorFromWindow(HWND,DWORD);
-HMONITOR WINAPI MonitorFromPoint(POINT,DWORD);
-
-#define HSHELL_SYSMENU 9
-#define HSHELL_ENDTASK 10
-#define HSHELL_ACCESSIBILITYSTATE 11
-#define HSHELL_APPCOMMAND 12
-#define HSHELL_WINDOWREPLACED 13
-#define HSHELL_WINDOWREPLACING 14
-#define APPCOMMAND_BROWSER_SEARCH 5
-#define APPCOMMAND_BROWSER_HOME 7
-#define APPCOMMAND_LAUNCH_MAIL 15
+
#define HSHELL_HIGHBIT 0x8000
#define HSHELL_FLASH (HSHELL_REDRAW|HSHELL_HIGHBIT)