use the ansi entry point by default
Modified: trunk/reactos/tools/rbuild/module.cpp
_____
Modified: trunk/reactos/tools/rbuild/module.cpp
--- trunk/reactos/tools/rbuild/module.cpp 2005-10-20 15:28:35 UTC
(rev 18634)
+++ trunk/reactos/tools/rbuild/module.cpp 2005-10-20 15:50:02 UTC
(rev 18635)
@@ -264,6 +264,8 @@
att->value );
}
}
+ else
+ isUnicode = false;
att = moduleNode.GetAttribute ( "entrypoint", false );
if ( att != NULL )
Show replies by date