build control with unicode=yes

svn path=/trunk/; revision=25165
This commit is contained in:
Sylvain Petreolle 2006-12-14 20:40:18 +00:00
parent 662f1546cf
commit 8a0deccf20
2 changed files with 2 additions and 4 deletions

View file

@ -388,7 +388,7 @@ RunControlPanel(LPCTSTR lpName, UINT uIndex)
int WINAPI int WINAPI
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow)
{ {
LPTSTR lpCommandLine; LPTSTR lpCommandLine;
LPTSTR lpParam; LPTSTR lpParam;

View file

@ -1,7 +1,5 @@
<module name="control" type="win32gui" baseaddress="${BASEADDRESS_CONTROL}" installbase="system32" installname="control.exe"> <module name="control" type="win32gui" baseaddress="${BASEADDRESS_CONTROL}" installbase="system32" installname="control.exe" unicode="yes">
<include base="control">.</include> <include base="control">.</include>
<define name="UNICODE" />
<define name="_UNICODE" />
<define name="__REACTOS__" /> <define name="__REACTOS__" />
<define name="__USE_W32API" /> <define name="__USE_W32API" />
<define name="_WIN32_IE">0x600</define> <define name="_WIN32_IE">0x600</define>