Ignore:
Timestamp:
Jul 17, 1999, 11:17:58 AM (26 years ago)
Author:
sandervl
Message:

Lots of changes/additions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/pmwindow.cpp

    r309 r319  
    1 /* $Id: pmwindow.cpp,v 1.4 1999-07-15 18:03:02 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.5 1999-07-17 09:17:58 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    2222#include "pmwindow.h"
    2323#include "oslibwin.h"
     24#include "oslibutil.h"
    2425
    2526HMQ  hmq = 0;                             /* Message queue handle         */
     
    5152        }
    5253  }
     54  SetThreadHAB(hab);
     55  SetThreadMessageQueue(hmq);
    5356
    5457  if(!WinRegisterClass(                 /* Register window class        */
Note: See TracChangeset for help on using the changeset viewer.