Ignore:
Timestamp:
Sep 22, 2000, 6:35:09 AM (25 years ago)
Author:
bird
Message:

Changed hinstance to address of module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagepe2lx.h

    r4097 r4304  
    1 /* $Id: winimagepe2lx.h,v 1.3 2000-08-27 03:20:37 bird Exp $ */
     1/* $Id: winimagepe2lx.h,v 1.4 2000-09-22 04:35:09 bird Exp $ */
    22
    33/*
     
    55 *
    66 * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl)
    7  * Copyright 1999 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
     7 * Copyright 1999-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
    88 *
    99 * Project Odin Software License can be found in LICENSE.TXT
     
    6767    BOOL                fWin32k;    /* flag which indicates wether this is a Win32k loaded
    6868                                     * module (TRUE) or and Pe2Lx module (FALSE). */
     69    HMODULE hmod;                   /* OS/2 handle of the module. */
    6970};
    7071
Note: See TracChangeset for help on using the changeset viewer.