Ignore:
Timestamp:
Jan 3, 2000, 10:36:11 PM (26 years ago)
Author:
sandervl
Message:

THDB hab & hmq values set + named pipe updates

File:
1 edited

Legend:

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

    r2141 r2311  
    1 /* $Id: thread.cpp,v 1.20 1999-12-19 17:49:38 sandervl Exp $ */
     1/* $Id: thread.cpp,v 1.21 2000-01-03 21:36:11 sandervl Exp $ */
    22
    33/*
     
    2929#include <winexebase.h>
    3030#include "exceptutil.h"
     31#include "oslibmisc.h"
    3132
    3233ODINDEBUGCHANNEL(KERNEL32-THREAD)
     
    223224  thdb->entry_arg   = (void *)userdata;
    224225
     226  thdb->hab = OSLibWinInitialize();
     227  thdb->hmq = OSLibWinQueryMsgQueue(thdb->hab);
     228  dprintf(("Win32ThreadProc: hab %x hmq %x", thdb->hab, thdb->hmq));
     229
    225230  //Note: The Win32 exception structure referenced by FS:[0] is the same
    226231  //      in OS/2
Note: See TracChangeset for help on using the changeset viewer.