You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
files.push_back ( tempDir + "\\tempoutput.txt" ); // general temporary output file for almost everything
144
144
files.push_back ( tempDir + "\\MTANightly.exe" ); // filepath for nightly
145
-
files.push_back ( tempDir + "\\WMICUni.txt" ); // WMIC command outputs as ASCII; convert to unicode for proper insertion & formatting in the log
146
-
files.push_back ( systemRoot + "\\system32\\D3DX9_43.dll" ); // we check for this file to see if DirectX is up to date
145
+
files.push_back ( tempDir + "\\WMICUni.txt" ); // WMIC command outputs as Unicode; we convert this file to ASCII for proper insertion & formatting in the log
146
+
files.push_back ( systemRoot + "\\system32\\D3DX9_43.dll" ); // we check for the presence of this file to determine if DirectX is up to date
147
147
148
148
#ifdef DEBUGOUTPUT
149
149
for ( int i = 0; i < ( signed ) files.size(); i++ )
0 commit comments