Ignore:
Timestamp:
Nov 21, 2000, 12:36:09 PM (25 years ago)
Author:
sandervl
Message:

Updates for TEB changes

File:
1 edited

Legend:

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

    r4496 r4658  
    1 /* $Id: process.cpp,v 1.7 2000-10-18 17:09:33 sandervl Exp $ */
     1/* $Id: process.cpp,v 1.8 2000-11-21 11:35:09 sandervl Exp $ */
    22
    33/*
     
    322322    case GPD_THDB:
    323323        if ( process != PROCESS_Current() ) return 0;
    324         return (DWORD)GetThreadTHDB();
     324        return (DWORD)GetThreadTEB() + 0x30;
    325325
    326326    case GPD_PDB:
Note: See TracChangeset for help on using the changeset viewer.