Browse Source

Update windows main

Daniele Bartolini 10 years ago
parent
commit
4084ab9fed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/main_windows.cpp

+ 1 - 1
src/main/main_windows.cpp

@@ -516,7 +516,7 @@ int main(int argc, char** argv)
 	}
 
 	if (do_continue)
-		exitcode = crown::s_ldvc.run(&opts);
+		exitcode = crown::s_wdvc.run(&opts);
 
 	if (opts.do_compile())
 		bundle_compiler_globals::shutdown();