Quellcode durchsuchen

#IQRV #comment 统一隐藏系统任务栏

80374374 vor 1 Jahr
Ursprung
Commit
06022322e4
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      Tool/VTMLauncher/VTM_IL.cpp

+ 1 - 1
Tool/VTMLauncher/VTM_IL.cpp

@@ -317,7 +317,7 @@ VOID HideTaskBar(BOOL bHide)
 	}
 	if (hWnd != NULL) {
 		taskbar = hWnd;
-#ifdef DEVOPS_ON_PRD
+#if 0
 		//ShowWindow(hWnd, nCmdShow);
 		GetWindowRect(hWnd, &position);
 		FormatPosition();