Ignore:
Timestamp:
Nov 9, 1999, 3:19:47 PM (26 years ago)
Author:
sandervl
Message:

heapstring fixes + dll renaming support added

File:
1 edited

Legend:

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

    r1640 r1663  
    1 /* $Id: initterm.cpp,v 1.22 1999-11-08 15:45:19 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.23 1999-11-09 14:19:46 sandervl Exp $ */
    22
    33/*
     
    108108                return 0UL;
    109109
     110            PROFILE_LoadOdinIni();
    110111            if(RegisterLxDll(hModule, 0, 0) == FALSE)
    111112                return 0UL;
     
    131132            //(std handles can be used in win32 dll initialization routines
    132133            HMInitialize();             /* store standard handles within HandleManager */
    133             PROFILE_LoadOdinIni();
    134134            InitDirectories();
    135135            break;
Note: See TracChangeset for help on using the changeset viewer.