Browse Source

[python] uncomment windows-related constants in the subprocess extern

Dan Korostelev 11 năm trước cách đây
mục cha
commit
968caa64cb
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  1. 2 3
      std/python/lib/Subprocess.hx

+ 2 - 3
std/python/lib/Subprocess.hx

@@ -20,9 +20,8 @@ extern class Subprocess {
 	public static var STARTF_USESTDHANDLES:Int;
 	public static var STARTF_USESHOWWINDOW:Int;
 
-	//public static var CREATE_NEW_CONSOLE;
-
-	//public static var CREATE_NEW_PROCESS_GROUP;
+	public static var CREATE_NEW_CONSOLE:Int;
+	public static var CREATE_NEW_PROCESS_GROUP:Int;
 
 	public static var PIPE:Int;