Changeset 147 for trunk/DirectShowSpy/GraphBuilderCallbackPropertySheet.h
- Timestamp:
- Nov 22, 2012, 2:49:34 PM (10 years ago)
- Location:
- trunk/DirectShowSpy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DirectShowSpy
- Property svn:ignore
-
old new 3 3 *.user 4 4 Setup 5 *.aps
-
- Property svn:ignore
-
trunk/DirectShowSpy/GraphBuilderCallbackPropertySheet.h
r95 r147 1331 1331 TCHAR pszDirectory[MAX_PATH] = { 0 }; 1332 1332 _W(GetWindowsDirectory(pszDirectory, DIM(pszDirectory))); 1333 #if defined(_TRACE) && _TRACE1334 _W(StripToRoot(pszDirectory));1335 #endif // defined(_TRACE) && _TRACE1333 #if defined(_TRACE) && _TRACE 1334 _W(StripToRoot(pszDirectory)); 1335 #endif // defined(_TRACE) && _TRACE 1336 1336 if(GetOsVersion() >= 0x00060000) // Windows Vista+ 1337 1337 { … … 1347 1347 } 1348 1348 #pragma endregion 1349 #if _DEVELOPMENT && FALSE1350 static LPCTSTR g_pszPath = _T("D:\\Projects\\A&H\\LuxRiot\\_Issues\\45 Sanyo XP Issues\\DirectShowSpy.log");1351 m_sPath = g_pszPath;1352 #endif // _DEVELOPMENT1349 #if _DEVELOPMENT && FALSE 1350 static LPCTSTR g_pszPath = _T("D:\\Projects\\A&H\\LuxRiot\\_Issues\\45 Sanyo XP Issues\\DirectShowSpy.log"); 1351 m_sPath = g_pszPath; 1352 #endif // _DEVELOPMENT 1353 1353 AddPage(m_GraphPropertyPage); 1354 1354 } … … 1362 1362 CString sCaption; 1363 1363 _W(GetWindowText(sCaption)); 1364 #if defined(_WIN64)1365 sCaption.Append(_T(" (64-bit)"));1366 #else1367 if(SafeIsWow64Process())1368 sCaption.Append(_T(" (32-bit)"));1369 #endif // defined(_WIN64)1364 #if defined(_WIN64) 1365 sCaption.Append(_T(" (64-bit)")); 1366 #else 1367 if(SafeIsWow64Process()) 1368 sCaption.Append(_T(" (32-bit)")); 1369 #endif // defined(_WIN64) 1370 1370 _W(SetWindowText(sCaption)); 1371 1371 #pragma endregion
Note: See TracChangeset
for help on using the changeset viewer.