Changeset 300 for trunk/Utilities/MaxMindGeoLite/MaxMindGeoLite.cpp
- Timestamp:
- Jul 8, 2014, 9:34:37 AM (8 years ago)
- Location:
- trunk/Utilities/MaxMindGeoLite
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/MaxMindGeoLite
- Property svn:ignore
-
old new 4 4 *.sdf 5 5 *.opensdf 6 *.bak
-
- Property svn:ignore
-
trunk/Utilities/MaxMindGeoLite/MaxMindGeoLite.cpp
r47 r300 19 19 STDAPI DllCanUnloadNow() throw() 20 20 { 21 return _AtlModule.DllCanUnloadNow(); 21 #if FALSE 22 const HRESULT nDllCanUnloadNowResult = _AtlModule.DllCanUnloadNow(); 23 _Z2(atlTraceCOM, 2, _T("nDllCanUnloadNowResult 0x%08x, _AtlModule.GetLockCount() %d\n"), nDllCanUnloadNowResult, _AtlModule.GetLockCount()); 24 return nDllCanUnloadNowResult; 25 #else 26 return _AtlModule.DllCanUnloadNow(); 27 #endif 22 28 } 23 29
Note: See TracChangeset
for help on using the changeset viewer.