Changeset 1454 for trunk/include


Ignore:
Timestamp:
Oct 26, 1999, 1:16:15 PM (26 years ago)
Author:
sandervl
Message:

(menu) resource changes

Location:
trunk/include
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winres.h

    r953 r1454  
    1 /* $Id: winres.h,v 1.10 1999-09-15 23:29:08 sandervl Exp $ */
     1/* $Id: winres.h,v 1.11 1999-10-26 11:16:14 sandervl Exp $ */
    22
    33/*
     
    2727                   // Constructors and destructors
    2828                   Win32Resource(); //custum resource (i.e. created by app in runtime)
    29                    Win32Resource(Win32ImageBase *module, HRSRC hRes, ULONG id, ULONG type);
    3029                   Win32Resource(Win32ImageBase *module, ULONG id, ULONG type,
    3130                                 ULONG size, char *resdata);
     
    4746protected:
    4847
    49              PVOID convertOS2Bitmap(void *bmpdata);
    50 
    5148             PVOID convertResource(void *win32res);
    5249
     
    5552             HRSRC hres;
    5653             ULONG type;
    57              ULONG orgos2type;
    5854             ULONG id;
    5955
Note: See TracChangeset for help on using the changeset viewer.