Author: hbelusca Date: Fri Feb 12 23:46:14 2016 New Revision: 70721
URL: http://svn.reactos.org/svn/reactos?rev=70721&view=rev Log: Whitespace fix only.
Modified: trunk/reactos/base/applications/taskmgr/run.h
Modified: trunk/reactos/base/applications/taskmgr/run.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/taskmgr/r... ============================================================================== --- trunk/reactos/base/applications/taskmgr/run.h [iso-8859-1] (original) +++ trunk/reactos/base/applications/taskmgr/run.h [iso-8859-1] Fri Feb 12 23:46:14 2016 @@ -32,20 +32,19 @@
void TaskManager_OnFileNew(void);
-typedef void (WINAPI *RUNFILEDLG)( +typedef void (WINAPI *RUNFILEDLG)( HWND hwndOwner, HICON hIcon, LPCWSTR lpstrDirectory, LPCWSTR lpstrTitle, -LPCWSTR lpstrDescription, +LPCWSTR lpstrDescription, UINT uFlags);
/* * Flags for RunFileDlg */ - -#define RFF_NOBROWSE 0x01 /* Removes the browse button. */ -#define RFF_NODEFAULT 0x02 /* No default item selected. */ -#define RFF_CALCDIRECTORY 0x04 /* Calculates the working directory from the file name. */ -#define RFF_NOLABEL 0x08 /* Removes the edit box label. */ -#define RFF_NOSEPARATEMEM 0x20 /* Removes the Separate Memory Space check box (Windows NT only). */ +#define RFF_NOBROWSE 0x01 /* Removes the browse button. */ +#define RFF_NODEFAULT 0x02 /* No default item selected. */ +#define RFF_CALCDIRECTORY 0x04 /* Calculates the working directory from the file name. */ +#define RFF_NOLABEL 0x08 /* Removes the edit box label. */ +#define RFF_NOSEPARATEMEM 0x20 /* Removes the Separate Memory Space check box (Windows NT only). */