Minor fixes, thanks Ged

svn path=/trunk/; revision=25841
This commit is contained in:
Thomas Bluemel 2007-02-19 13:15:28 +00:00
parent 148aa8601e
commit 5c7f9d04ce
2 changed files with 7 additions and 12 deletions

View file

@ -216,10 +216,7 @@ DlgProc(HWND hDlg,
switch(wParam)
{
case ID_ABOUT:
DialogBox(hInstance,
MAKEINTRESOURCE(IDD_ABOUTBOX),
hDlg,
AboutDialogProc);
ShowAboutDlg(hDlg);
break;
}
}
@ -234,10 +231,10 @@ DlgProc(HWND hDlg,
INT WINAPI
WinMain(HINSTANCE hInst,
HINSTANCE hPrev,
LPSTR Cmd,
int iCmd)
_tWinMain(HINSTANCE hInst,
HINSTANCE hPrev,
LPTSTR Cmd,
int iCmd)
{
INITCOMMONCONTROLSEX iccx;
INT Ret = 1;

View file

@ -1,9 +1,7 @@
<?xml version="1.0"?>
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
<module name="charmap" type="win32gui" installbase="system32" installname="charmap.exe">
<include base="charmap">.</include>
<define name="UNICODE" />
<define name="_UNICODE" />
<module name="charmap" type="win32gui" installbase="system32" installname="charmap.exe" unicode="yes">
<include base="charmap">.</include>
<define name="__REACTOS__" />
<define name="__USE_W32API" />
<define name="_WIN32_IE">0x600</define>