Changes between Initial Version and Version 1 of Ticket #317
- Timestamp:
- Oct 24, 2014, 1:53:02 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #317 – Description
initial v1 1 Extend the high memory 'safe' wrappers to include FPU CW safeness. While we're at it, we should include FS safeness wrappers too.1 Extend the high memory 'safe' wrappers to include FPU CW safeness. 2 2 3 3 APIs that may modify FPU CW: … … 8 8 - WinCreateMsgQueue 9 9 - ... 10 11 APIs that may modify FS:12 - DosGetInfoBlocks13 - ...