Changeset 300


Ignore:
Timestamp:
Jul 8, 2014, 9:34:37 AM (10 years ago)
Author:
roman
Message:
 
Location:
trunk/Utilities/MaxMindGeoLite
Files:
7 added
2 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/MaxMindGeoLite

    • Property svn:ignore
      •  

        old new  
        44*.sdf
        55*.opensdf
         6*.bak
  • trunk/Utilities/MaxMindGeoLite/MaxMindGeoLite.cpp

    r47 r300  
    1919STDAPI DllCanUnloadNow() throw()
    2020{
    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
    2228}
    2329
  • trunk/Utilities/MaxMindGeoLite/MaxMindGeoLite.sln

    r47 r300  
    11
    22Microsoft Visual Studio Solution File, Format Version 11.00
    3 # Visual Studio 2010
     3# Visual Studio 2012
    44Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MaxMindGeoLite", "MaxMindGeoLite.vcxproj", "{033A5918-5C27-4634-BB3F-5B5AA2798192}"
    55EndProject
  • trunk/Utilities/MaxMindGeoLite/MaxMindGeoLite_i.c

    r51 r300  
    77
    88 /* File created by MIDL compiler version 7.00.0555 */
    9 /* at Sun Feb 12 12:28:00 2012
     9/* at Tue Jul 08 19:25:04 2014
    1010 */
    1111/* Compiler settings for MaxMindGeoLite.idl:
  • trunk/Utilities/MaxMindGeoLite/MaxMindGeoLite_i.h

    r51 r300  
    55
    66 /* File created by MIDL compiler version 7.00.0555 */
    7 /* at Sun Feb 12 12:28:00 2012
     7/* at Tue Jul 08 19:25:04 2014
    88 */
    99/* Compiler settings for MaxMindGeoLite.idl:
  • trunk/Utilities/MaxMindGeoLite/MaxMindGeoLite_p.c

    r51 r300  
    55
    66 /* File created by MIDL compiler version 7.00.0555 */
    7 /* at Sun Feb 12 12:28:00 2012
     7/* at Tue Jul 08 19:25:04 2014
    88 */
    99/* Compiler settings for MaxMindGeoLite.idl:
Note: See TracChangeset for help on using the changeset viewer.