diff --git a/reactos/base/applications/applications.rbuild b/reactos/base/applications/applications.rbuild index 6aba925ccf1..71c4efd561d 100644 --- a/reactos/base/applications/applications.rbuild +++ b/reactos/base/applications/applications.rbuild @@ -73,9 +73,6 @@ - - - diff --git a/reactos/base/applications/winhstb/res/4000.ico b/reactos/base/applications/winhstb/res/4000.ico deleted file mode 100644 index 6008790389d..00000000000 Binary files a/reactos/base/applications/winhstb/res/4000.ico and /dev/null differ diff --git a/reactos/base/applications/winhstb/resource.h b/reactos/base/applications/winhstb/resource.h deleted file mode 100644 index 59eb06a7b7d..00000000000 --- a/reactos/base/applications/winhstb/resource.h +++ /dev/null @@ -1,2 +0,0 @@ -/* Icons */ -#define IDI_MAIN 4000 diff --git a/reactos/base/applications/winhstb/winhstb.c b/reactos/base/applications/winhstb/winhstb.c deleted file mode 100644 index 91c669ab10c..00000000000 --- a/reactos/base/applications/winhstb/winhstb.c +++ /dev/null @@ -1,46 +0,0 @@ -/* - * PROJECT: winhlp32.exe - * FILE: base\applications\winhlp32\winhstb\winhstb.c - * PURPOSE: Stub winhelp32 - * PROGRAMMERS: Dmitry Chapyshev (dmitry@reactos.org) - */ - -#include -#include -#include -#include -#include "resource.h" - -#define WINHLP _T("winhlp32.exe") - -int -WINAPI -_tWinMain(HINSTANCE hCurInst, - HINSTANCE hPrevInst, - LPTSTR lpsCmdLine, - int nCmdShow) -{ - TCHAR szPath[MAX_PATH]; - - if(GetWindowsDirectory(szPath, MAX_PATH)) - { - PathAppend(szPath, WINHLP); - ShellExecute(NULL, - NULL, - szPath, - lpsCmdLine, - NULL, - nCmdShow); - } - else - { - ShellExecute(NULL, - NULL, - WINHLP, - lpsCmdLine, - NULL, - nCmdShow); - } - - return 0; -} diff --git a/reactos/base/applications/winhstb/winhstb.rbuild b/reactos/base/applications/winhstb/winhstb.rbuild deleted file mode 100644 index b585e2458a0..00000000000 --- a/reactos/base/applications/winhstb/winhstb.rbuild +++ /dev/null @@ -1,11 +0,0 @@ - - - - . - user32 - kernel32 - shell32 - shlwapi - winhstb.c - winhstb.rc - diff --git a/reactos/base/applications/winhstb/winhstb.rc b/reactos/base/applications/winhstb/winhstb.rc deleted file mode 100644 index 0205f4b8b67..00000000000 --- a/reactos/base/applications/winhstb/winhstb.rc +++ /dev/null @@ -1,11 +0,0 @@ -#include "resource.h" -#include - -LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL - -#define REACTOS_STR_FILE_DESCRIPTION "ReactOS WinHlp32 Stub\0" -#define REACTOS_STR_INTERNAL_NAME "winhstb\0" -#define REACTOS_STR_ORIGINAL_FILENAME "winhlp32.exe\0" -#include - -IDI_MAIN ICON "res/4000.ico" diff --git a/reactos/boot/bootdata/packages/reactos.dff b/reactos/boot/bootdata/packages/reactos.dff index 2e03adb8319..4ef77a7a398 100644 --- a/reactos/boot/bootdata/packages/reactos.dff +++ b/reactos/boot/bootdata/packages/reactos.dff @@ -75,7 +75,6 @@ base\applications\shutdown\shutdown.exe 1 base\applications\sndvol32\sndvol32.exe 1 base\applications\taskmgr\taskmgr.exe 1 base\applications\winhlp32\winhlp32.exe 4 -base\applications\winhstb\winhlp32.exe 1 base\applications\wordpad\wordpad.exe 1 base\services\audiosrv\audiosrv.exe 1