Ignore:
Timestamp:
Oct 20, 1999, 10:09:05 AM (26 years ago)
Author:
sandervl
Message:

Odin ini changes

File:
1 edited

Legend:

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

    r951 r1370  
    1 /* $Id: initterm.cpp,v 1.14 1999-09-15 23:26:07 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.15 1999-10-20 08:09:04 sandervl Exp $ */
    22
    33/*
     
    8888    {
    8989        case 0 :
    90             loadNr = globLoadNr++;
     90            loadNr = globLoadNr++;
    9191
    9292            dprintf(("kernel32 init\n"));
     
    9595            CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    9696
    97             if(RegisterLxDll(hModule, 0, 0) == FALSE)
    98                 return 0UL;
     97            if(RegisterLxDll(hModule, 0, 0) == FALSE)
     98                return 0UL;
    9999
    100100            /*******************************************************************/
     
    118118            //(std handles can be used in win32 dll initialization routines
    119119            HMInitialize();             /* store standard handles within HandleManager */
     120            PROFILE_LoadOdinIni();
    120121            break;
    121122        case 1 :
    122             UnregisterLxDll(hModule);
     123            UnregisterLxDll(hModule);
    123124            break;
    124125        default  :
Note: See TracChangeset for help on using the changeset viewer.