Ignore:
Timestamp:
Sep 5, 2001, 12:32:33 PM (24 years ago)
Author:
bird
Message:

Added Missing $Id:$ keyword.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wininet/initterm.cpp

    r5135 r6640  
    1 /*
     1/* $Id: initterm.cpp,v 1.6 2001-09-05 10:31:45 bird Exp $
     2 *
    23 * DLL entry point
    34 *
     
    5657   case DLL_THREAD_ATTACH:
    5758   case DLL_THREAD_DETACH:
    58         return WININET_LibMain(hinstDLL, fdwReason, fImpLoad);
     59    return WININET_LibMain(hinstDLL, fdwReason, fImpLoad);
    5960
    6061   case DLL_PROCESS_DETACH:
    61         ret = WININET_LibMain(hinstDLL, fdwReason, fImpLoad);
    62         ctordtorTerm();
    63         return ret;
     62    ret = WININET_LibMain(hinstDLL, fdwReason, fImpLoad);
     63    ctordtorTerm();
     64    return ret;
    6465   }
    6566   return FALSE;
     
    9899         /*******************************************************************/
    99100
    100         dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab);
    101          if(dllHandle == 0) 
    102                 return 0UL;
     101    dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab);
     102         if(dllHandle == 0)
     103        return 0UL;
    103104
    104105         break;
    105106      case 1 :
    106107         if(dllHandle) {
    107                 UnregisterLxDll(dllHandle);
     108        UnregisterLxDll(dllHandle);
    108109         }
    109110         break;
Note: See TracChangeset for help on using the changeset viewer.