Ignore:
Timestamp:
Dec 9, 1999, 1:52:21 AM (26 years ago)
Author:
sandervl
Message:

code heap added + changed back winres fix (breaks Notes) + heapstring fixes

File:
1 edited

Legend:

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

    r1820 r2032  
    1 /* $Id: initterm.cpp,v 1.28 1999-11-23 20:01:18 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.29 1999-12-09 00:52:20 sandervl Exp $ */
    22
    33/*
     
    4242#include "oslibmisc.h"
    4343#include <heapshared.h>
     44#include <heapcode.h>
    4445#include "mmap.h"
    4546#include "directory.h"
     
    111112                return 0UL;
    112113
     114            if(InitializeCodeHeap() == FALSE)
     115                return 0UL;
     116
    113117            PROFILE_LoadOdinIni();
    114118            if(RegisterLxDll(hModule, 0, 0) == FALSE)
     
    171175    DestroyTIB();
    172176    DestroySharedHeap();
     177    DestroyCodeHeap();
    173178    _ctordtorTerm();
    174179
Note: See TracChangeset for help on using the changeset viewer.