From d462751f9aada99046681848e3a20c6abd92435a Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Thu, 20 Oct 2005 15:50:02 +0000 Subject: [PATCH] use the ansi entry point by default svn path=/trunk/; revision=18635 --- reactos/tools/rbuild/module.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/tools/rbuild/module.cpp b/reactos/tools/rbuild/module.cpp index 004fe92ea75..bd492bfa391 100644 --- a/reactos/tools/rbuild/module.cpp +++ b/reactos/tools/rbuild/module.cpp @@ -264,6 +264,8 @@ Module::Module ( const Project& project, att->value ); } } + else + isUnicode = false; att = moduleNode.GetAttribute ( "entrypoint", false ); if ( att != NULL )