mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
build control with unicode=yes
svn path=/trunk/; revision=25165
This commit is contained in:
parent
662f1546cf
commit
8a0deccf20
2 changed files with 2 additions and 4 deletions
|
@ -388,7 +388,7 @@ RunControlPanel(LPCTSTR lpName, UINT uIndex)
|
|||
|
||||
|
||||
int WINAPI
|
||||
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
|
||||
_tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow)
|
||||
{
|
||||
LPTSTR lpCommandLine;
|
||||
LPTSTR lpParam;
|
||||
|
|
|
@ -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>
|
||||
<define name="UNICODE" />
|
||||
<define name="_UNICODE" />
|
||||
<define name="__REACTOS__" />
|
||||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_IE">0x600</define>
|
||||
|
|
Loading…
Reference in a new issue