- Timestamp:
- Jun 16, 2001, 10:22:47 PM (24 years ago)
- 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 birdExp $ */1 /* $Id: winimagelx.h,v 1.4 2001-06-16 20:22:47 sandervl Exp $ */ 2 2 3 3 /* … … 28 28 /** Get the OS/2 module handle. 29 29 * @returns OS/2 module handle. */ 30 HINSTANCE getHMOD() const { return hinstance ; }30 HINSTANCE getHMOD() const { return hinstanceOS2; } 31 31 protected: 32 32 LPVOID header;
Note:
See TracChangeset
for help on using the changeset viewer.