Changeset 10292 for trunk/src


Ignore:
Timestamp:
Oct 24, 2003, 3:10:03 PM (22 years ago)
Author:
sandervl
Message:

Fixed initterm

Location:
trunk/src/wininet
Files:
2 edited

Legend:

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

    r6857 r10292  
    1 /* $Id: initterm.cpp,v 1.7 2001-09-28 07:50:08 sandervl Exp $
     1/* $Id: initterm.cpp,v 1.8 2003-10-24 13:10:03 sandervl Exp $
    22 *
    33 * DLL entry point
     
    5858   switch (ulFlag) {
    5959      case 0 :
    60          ctordtorInit();
    61 
    6260         return inittermWininet(hModule, ulFlag);
    6361
  • trunk/src/wininet/initwininet.cpp

    r6857 r10292  
    1 /* $Id: initwininet.cpp,v 1.1 2001-09-28 07:50:10 sandervl Exp $
     1/* $Id: initwininet.cpp,v 1.2 2003-10-24 13:10:03 sandervl Exp $
    22 *
    33 * DLL entry point
     
    6161   case DLL_PROCESS_DETACH:
    6262    ret = WININET_LibMain(hinstDLL, fdwReason, fImpLoad);
    63     ctordtorTerm();
    6463    return ret;
    6564   }
Note: See TracChangeset for help on using the changeset viewer.