Explorar o código

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

Dan Korostelev %!s(int64=11) %!d(string=hai) anos
pai
achega
968caa64cb
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  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;