Changeset 6302 for trunk/src


Ignore:
Timestamp:
Jul 10, 2001, 10:18:49 PM (24 years ago)
Author:
bird
Message:

Added fDll flag so we could tell when to call DosFreeModule.

File:
1 edited

Legend:

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

    r6015 r6302  
    1 /* $Id: winimagepe2lx.h,v 1.7 2001-06-15 09:42:49 bird Exp $ */
     1/* $Id: winimagepe2lx.h,v 1.8 2001-07-10 20:18:49 bird Exp $ */
    22
    33/*
     
    7575                                     * module (TRUE) or and Pe2Lx module (FALSE). */
    7676    HMODULE             hmod;       /* OS/2 handle of the module. */
     77    BOOL                fDll;       /* Set by Win32Pe2LxDll. */
    7778};
    7879
Note: See TracChangeset for help on using the changeset viewer.