Ignore:
Timestamp:
Mar 13, 2001, 7:47:25 PM (24 years ago)
Author:
sandervl
Message:

initterm update

File:
1 edited

Legend:

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

    r5135 r5309  
    4747//******************************************************************************
    4848//******************************************************************************
    49 BOOL WINAPI LibMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad)
     49BOOL WINAPI OdinLibMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad)
    5050{
    5151   switch (fdwReason)
     
    7272/* calling this function.                                                   */
    7373/****************************************************************************/
    74 unsigned long SYSTEM _DLL_InitTerm(unsigned long hModule, unsigned long
    75                                    ulFlag)
     74ULONG DLLENTRYPOINT_CCONV DLLENTRYPOINT_NAME(ULONG hModule, ULONG ulFlag)
    7675{
    7776   size_t i;
     
    9291         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    9392
    94          dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab);
     93         dllHandle = RegisterLxDll(hModule, OdinLibMain, (PVOID)&_Resource_PEResTab);
    9594         if(dllHandle == 0)
    9695                return 0UL;
Note: See TracChangeset for help on using the changeset viewer.