Ignore:
Timestamp:
Mar 16, 2000, 8:16:38 PM (25 years ago)
Author:
sandervl
Message:

header updates

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:47 sandervl Exp $ */
     1/* $Id: exceptions.h,v 1.5 2000-03-16 19:16:35 sandervl Exp $ */
    22
    33#ifndef __EXCEPTIONS_H__
     
    109109    BYTE    RegisterArea[SIZE_OF_80387_REGISTERS];
    110110    DWORD   Cr0NpxState;
    111 } FLOATING_SAVE_AREA;
     111} FLOATING_SAVE_AREA_WIN;
    112112
    113113typedef struct
     
    122122    DWORD   Dr7;
    123123
    124     FLOATING_SAVE_AREA FloatSave;
     124    FLOATING_SAVE_AREA_WIN FloatSave;
    125125
    126126    DWORD   SegGs;
Note: See TracChangeset for help on using the changeset viewer.