Changeset 9643 for trunk/src


Ignore:
Timestamp:
Jan 7, 2003, 2:21:55 PM (23 years ago)
Author:
sandervl
Message:

Wrong call to ctordtorTerm; removed it and ctordtorInit since there's no C++ code in that dll anyway

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/riched32/initriched32.cpp

    r9407 r9643  
    1 /* $Id: initriched32.cpp,v 1.4 2002-11-13 12:17:18 sandervl Exp $ */
     1/* $Id: initriched32.cpp,v 1.5 2003-01-07 13:21:55 sandervl Exp $ */
    22/*
    33 * DLL entry point
     
    6161   case DLL_PROCESS_DETACH:
    6262       ret = RICHED32_LibMain(hinstDLL, fdwReason, fImpLoad);
    63        ctordtorTerm();
    6463       return ret;
    6564   }
Note: See TracChangeset for help on using the changeset viewer.