Changeset 3124 for trunk/include/exceptions.h
- Timestamp:
- Mar 16, 2000, 8:16:38 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/exceptions.h
r1224 r3124 1 /* $Id: exceptions.h,v 1. 4 1999-10-09 15:03:47sandervl Exp $ */1 /* $Id: exceptions.h,v 1.5 2000-03-16 19:16:35 sandervl Exp $ */ 2 2 3 3 #ifndef __EXCEPTIONS_H__ … … 109 109 BYTE RegisterArea[SIZE_OF_80387_REGISTERS]; 110 110 DWORD Cr0NpxState; 111 } FLOATING_SAVE_AREA ;111 } FLOATING_SAVE_AREA_WIN; 112 112 113 113 typedef struct … … 122 122 DWORD Dr7; 123 123 124 FLOATING_SAVE_AREA FloatSave;124 FLOATING_SAVE_AREA_WIN FloatSave; 125 125 126 126 DWORD SegGs;
Note:
See TracChangeset
for help on using the changeset viewer.