Ignore:
Timestamp:
Dec 19, 1999, 6:49:38 PM (26 years ago)
Author:
sandervl
Message:

EB's GetThreadContext update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/exceptutil.h

    r2123 r2141  
    1 /* $Id: exceptutil.h,v 1.4 1999-12-18 20:03:14 sandervl Exp $ */
     1/* $Id: exceptutil.h,v 1.5 1999-12-19 17:49:38 sandervl Exp $ */
    22
    33/*
     
    3434USHORT getDS();
    3535USHORT getCS();
     36USHORT getSS();
     37USHORT getES();
     38USHORT getFS();
     39USHORT getGS();
    3640
    3741#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.