Ignore:
Timestamp:
Aug 29, 2000, 12:44:25 AM (25 years ago)
Author:
bird
Message:

New import (ptda_ptdasem).
Found and corrected problem with deadlock in myLDRQAppType. (Had to
take the intra-process semaphore (ptda_ptdasem) first.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GRACE/src/win32k/dev32/d32init.c

    r4072 r4108  
    1 /* $Id: d32init.c,v 1.19.4.10 2000-08-23 04:23:33 bird Exp $
     1/* $Id: d32init.c,v 1.19.4.11 2000-08-28 22:44:21 bird Exp $
    22 *
    33 * d32init.c - 32-bits init routines.
     
    11771177        0,                              /* 37 */
    11781178        0,                              /* 38 */
    1179         0                               /* 39 */
     1179        0,                              /* 39 */
     1180        0                               /* 40 */
    11801181    };
    11811182    int i;
     
    14651466        {(unsigned)&fakeptda_start,         4},
    14661467        {(unsigned)&fakeptda_environ,       4},
     1468        {(unsigned)&fakeptda_ptdasem,       4},
    14671469        {(unsigned)&fakeptda_module,        4},
    1468         {(unsigned)&fakeptda_module,        4},
     1470        {(unsigned)&fakeptda_pBeginLIBPATH, 4},
    14691471        {(unsigned)&fakeldrpFileNameBuf,    3}
    14701472    };
Note: See TracChangeset for help on using the changeset viewer.