Changeset 6033 for trunk/src


Ignore:
Timestamp:
Jun 16, 2001, 10:22:47 PM (24 years ago)
Author:
sandervl
Message:

getHMOD bugfix; broke LX dll loading

File:
1 edited

Legend:

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

    r6015 r6033  
    1 /* $Id: winimagelx.h,v 1.3 2001-06-15 09:42:49 bird Exp $ */
     1/* $Id: winimagelx.h,v 1.4 2001-06-16 20:22:47 sandervl Exp $ */
    22
    33/*
     
    2828        /** Get the OS/2 module handle.
    2929         * @returns OS/2 module handle. */
    30         HINSTANCE   getHMOD() const { return hinstance; }
     30        HINSTANCE   getHMOD() const { return hinstanceOS2; }
    3131protected:
    3232  LPVOID header;
Note: See TracChangeset for help on using the changeset viewer.