- Partially revert r39453

svn path=/trunk/; revision=39454
This commit is contained in:
Dmitry Chapyshev 2009-02-07 12:55:43 +00:00
parent 37d68d3d83
commit 028c6e462d
7 changed files with 0 additions and 74 deletions

View file

@ -73,9 +73,6 @@
<directory name="winhlp32">
<xi:include href="winhlp32/winhlp32.rbuild" />
</directory>
<directory name="winhstb">
<xi:include href="winhstb/winhstb.rbuild" />
</directory>
<directory name="wordpad">
<xi:include href="wordpad/wordpad.rbuild" />
</directory>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

View file

@ -1,2 +0,0 @@
/* Icons */
#define IDI_MAIN 4000

View file

@ -1,46 +0,0 @@
/*
* PROJECT: winhlp32.exe
* FILE: base\applications\winhlp32\winhstb\winhstb.c
* PURPOSE: Stub winhelp32
* PROGRAMMERS: Dmitry Chapyshev (dmitry@reactos.org)
*/
#include <windows.h>
#include <tchar.h>
#include <shellapi.h>
#include <shlwapi.h>
#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;
}

View file

@ -1,11 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="winhstb" type="win32gui" installbase="system32" installname="winhlp32.exe" unicode="no">
<include base="winhstb">.</include>
<library>user32</library>
<library>kernel32</library>
<library>shell32</library>
<library>shlwapi</library>
<file>winhstb.c</file>
<file>winhstb.rc</file>
</module>

View file

@ -1,11 +0,0 @@
#include "resource.h"
#include <windows.h>
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 <reactos/version.rc>
IDI_MAIN ICON "res/4000.ico"

View file

@ -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