Changeset 10292 for trunk/src/wininet/initwininet.cpp
- Timestamp:
- Oct 24, 2003, 3:10:03 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.