Ignore:
Timestamp:
Oct 28, 1999, 2:01:12 PM (26 years ago)
Author:
sandervl
Message:

misc changes

File:
1 edited

Legend:

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

    r1425 r1490  
    1 /* $Id: initterm.cpp,v 1.13 1999-10-23 23:04:34 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.14 1999-10-28 12:00:34 sandervl Exp $ */
    22
    33/*
     
    3838#include <spy.h>
    3939#include "pmwindow.h"
    40 #include "heapshared.h"
    4140#include "win32wdesktop.h"
    4241#include "syscolor.h"
     
    108107         InitSpyQueue();
    109108
    110          if(InitializeSharedHeap() == FALSE)
    111                 return 0UL;
    112 
    113109         //SvL: Init win32 PM classes
    114110         if(InitPM() == FALSE) {
     
    151147   DestroyDesktopWindow();
    152148   UnregisterSystemClasses();
    153    DestroySharedHeap();
    154149   _ctordtorTerm();
    155150   dprintf(("user32 exit done\n"));
Note: See TracChangeset for help on using the changeset viewer.