use the ansi entry point by default
authorThomas Bluemel <thomas@reactsoft.com>
Thu, 20 Oct 2005 15:50:02 +0000 (15:50 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Thu, 20 Oct 2005 15:50:02 +0000 (15:50 +0000)
svn path=/trunk/; revision=18635

reactos/tools/rbuild/module.cpp

index 004fe92..bd492bf 100644 (file)
@@ -264,6 +264,8 @@ Module::Module ( const Project& project,
                                att->value );
                }
        }
+       else
+               isUnicode = false;
 
        att = moduleNode.GetAttribute ( "entrypoint", false );
        if ( att != NULL )