Changeset 5119 for trunk/src/win32k/ldr/myldrOpen.cpp
- Timestamp:
- Feb 12, 2001, 12:44:38 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/ldr/myldrOpen.cpp
r5086 r5119 1 /* $Id: myldrOpen.cpp,v 1.1 4 2001-02-10 11:11:46bird Exp $1 /* $Id: myldrOpen.cpp,v 1.15 2001-02-11 23:43:51 bird Exp $ 2 2 * 3 3 * myldrOpen - ldrOpen. 4 4 * 5 * Copyright (c) 1998-200 0 knut st. osmundsen5 * Copyright (c) 1998-2001 knut st. osmundsen <knut.stange.osmundsen@mynd.no> 6 6 * 7 7 * Project Odin Software License can be found in LICENSE.TXT … … 763 763 ret: 764 764 /** @sketch 765 * If successful and force preload enabled and media flag pointer valid Then 766 * Set removable media. 765 767 * Return rc. 766 768 */ 769 if (rc == NO_ERROR && isForcePreloadEnabled() && pfl) 770 *pfl &= ~0x1000UL; /* 0x1000 is the fixed media flag. */ 771 767 772 return rc; 768 773 }
Note:
See TracChangeset
for help on using the changeset viewer.