mirror of
https://github.com/reactos/reactos.git
synced 2026-06-25 10:07:31 +08:00
build control with unicode=yes
svn path=/trunk/; revision=25165
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user