Changeset 1454 for trunk/include
- Timestamp:
- Oct 26, 1999, 1:16:15 PM (26 years ago)
- Location:
- trunk/include
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winres.h
r953 r1454 1 /* $Id: winres.h,v 1.1 0 1999-09-15 23:29:08sandervl Exp $ */1 /* $Id: winres.h,v 1.11 1999-10-26 11:16:14 sandervl Exp $ */ 2 2 3 3 /* … … 27 27 // Constructors and destructors 28 28 Win32Resource(); //custum resource (i.e. created by app in runtime) 29 Win32Resource(Win32ImageBase *module, HRSRC hRes, ULONG id, ULONG type);30 29 Win32Resource(Win32ImageBase *module, ULONG id, ULONG type, 31 30 ULONG size, char *resdata); … … 47 46 protected: 48 47 49 PVOID convertOS2Bitmap(void *bmpdata);50 51 48 PVOID convertResource(void *win32res); 52 49 … … 55 52 HRSRC hres; 56 53 ULONG type; 57 ULONG orgos2type;58 54 ULONG id; 59 55
Note:
See TracChangeset
for help on using the changeset viewer.