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

Wine header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winprocess.h

    r1887 r1890  
    1 /* $Id: winprocess.h,v 1.4 1999-11-30 14:32:34 sandervl Exp $ */
     1/* $Id: winprocess.h,v 1.5 1999-11-30 19:38:24 sandervl Exp $ */
    22/*
    33 * Process definitions
     
    9898    WORD            winver;            /*    Windows version figured out by VERSION_GetVersion */
    9999    struct _SERVICETABLE *service_table; /*  Service table for service thread */
     100#ifdef __WIN32OS2__
     101    DWORD           hInstance;         //instance handle of executable
     102#endif
    100103} PDB;
    101104
Note: See TracChangeset for help on using the changeset viewer.