Changeset 4304 for trunk/src/kernel32/winimagepe2lx.h
- Timestamp:
- Sep 22, 2000, 6:35:09 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepe2lx.h
r4097 r4304 1 /* $Id: winimagepe2lx.h,v 1. 3 2000-08-27 03:20:37bird Exp $ */1 /* $Id: winimagepe2lx.h,v 1.4 2000-09-22 04:35:09 bird Exp $ */ 2 2 3 3 /* … … 5 5 * 6 6 * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl) 7 * Copyright 1999 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)7 * Copyright 1999-2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no) 8 8 * 9 9 * Project Odin Software License can be found in LICENSE.TXT … … 67 67 BOOL fWin32k; /* flag which indicates wether this is a Win32k loaded 68 68 * module (TRUE) or and Pe2Lx module (FALSE). */ 69 HMODULE hmod; /* OS/2 handle of the module. */ 69 70 }; 70 71
Note:
See TracChangeset
for help on using the changeset viewer.