Changeset 147 for trunk/DirectShowSpy/dllmain.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/dllmain.h
r144 r147 23 23 CDirectShowSpyModule() throw() 24 24 { 25 #if defined(_DEBUG) 26 AtlTraceLoadSettings(NULL); 27 #endif // defined(_DEBUG) 28 _W(CExceptionFilter::Initialize()); 25 AtlTraceSetDefaultSettings(); 29 26 TraceModuleVersion(); 30 27 _Z4(atlTraceRefcount, 4, _T("this 0x%p\n"), this); 28 _W(CExceptionFilter::Initialize()); 31 29 } 32 30 ~CDirectShowSpyModule() throw()
Note: See TracChangeset
for help on using the changeset viewer.