- Timestamp:
- Oct 24, 2003, 3:10:03 PM (22 years ago)
- 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:08sandervl Exp $1 /* $Id: initterm.cpp,v 1.8 2003-10-24 13:10:03 sandervl Exp $ 2 2 * 3 3 * DLL entry point … … 58 58 switch (ulFlag) { 59 59 case 0 : 60 ctordtorInit();61 62 60 return inittermWininet(hModule, ulFlag); 63 61 -
trunk/src/wininet/initwininet.cpp
r6857 r10292 1 /* $Id: initwininet.cpp,v 1. 1 2001-09-28 07:50:10sandervl Exp $1 /* $Id: initwininet.cpp,v 1.2 2003-10-24 13:10:03 sandervl Exp $ 2 2 * 3 3 * DLL entry point … … 61 61 case DLL_PROCESS_DETACH: 62 62 ret = WININET_LibMain(hinstDLL, fdwReason, fImpLoad); 63 ctordtorTerm();64 63 return ret; 65 64 }
Note:
See TracChangeset
for help on using the changeset viewer.