Changeset 816 for trunk/include


Ignore:
Timestamp:
Sep 4, 1999, 2:42:10 PM (26 years ago)
Author:
sandervl
Message:

icongroup & cursorgroup fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winres.h

    r761 r816  
    1 /* $Id: winres.h,v 1.8 1999-08-31 17:15:53 sandervl Exp $ */
     1/* $Id: winres.h,v 1.9 1999-09-04 12:42:10 sandervl Exp $ */
    22
    33/*
     
    3535    virtual  PVOID lockOS2Resource();   //get converted OS/2 resource
    3636
     37             //return size of original win32 resource
    3738             ULONG getSize()            { return ressize; };
     39             //return size of converted win32 resource
     40             ULONG getOS2Size();
    3841
    3942             ULONG getOS2Handle()               { return OS2ResHandle; };
Note: See TracChangeset for help on using the changeset viewer.