Ignore:
Timestamp:
Nov 30, 1999, 8:40:27 PM (26 years ago)
Author:
sandervl
Message:

GetProcessVersion changes

File:
1 edited

Legend:

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

    r1885 r1893  
    1 /* $Id: wprocess.cpp,v 1.52 1999-11-30 14:15:56 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.53 1999-11-30 19:40:27 sandervl Exp $ */
    22
    33/*
     
    157157        ProcessPDB.next            = NULL;
    158158        ProcessPDB.winver          = 0xffff; /* to be determined */
     159        ProcessPDB.server_pid      = (void *)GetCurrentProcessId();
     160
     161        /* Initialize the critical section */
     162        InitializeCriticalSection( &ProcessPDB.crit_section );
    159163   }
    160164   dprintf(("InitializeTIB setup TEB with selector %x", tibsel));
     
    190194   *TIBFlatPtr = 0;
    191195   return;
     196}
     197/******************************************************************************/
     198/******************************************************************************/
     199void SetPDBInstance(HINSTANCE hInstance)
     200{
     201  ProcessPDB.hInstance = hInstance;
    192202}
    193203/******************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.