From 8a0deccf2092ee053d459ce015d43a24c77bceb5 Mon Sep 17 00:00:00 2001 From: Sylvain Petreolle Date: Thu, 14 Dec 2006 20:40:18 +0000 Subject: [PATCH] build control with unicode=yes svn path=/trunk/; revision=25165 --- reactos/base/applications/control/control.c | 2 +- reactos/base/applications/control/control.rbuild | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/reactos/base/applications/control/control.c b/reactos/base/applications/control/control.c index ef1190bdb06..f84ecccd383 100644 --- a/reactos/base/applications/control/control.c +++ b/reactos/base/applications/control/control.c @@ -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; diff --git a/reactos/base/applications/control/control.rbuild b/reactos/base/applications/control/control.rbuild index 0ea3a3e0842..180ee295646 100644 --- a/reactos/base/applications/control/control.rbuild +++ b/reactos/base/applications/control/control.rbuild @@ -1,7 +1,5 @@ - + . - - 0x600