Changeset 2123
- Timestamp:
 - Dec 18, 1999, 9:03:14 PM (26 years ago)
 - Location:
 - trunk
 - Files:
 - 
      
- 2 edited
 
- 
          
  changelog (modified) (2 diffs)
 - 
          
  src/kernel32/exceptutil.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/changelog
r2116 r2123 1 /* $Id: changelog,v 1.54 8 1999-12-18 17:21:18sandervl Exp $ */1 /* $Id: changelog,v 1.549 1999-12-18 20:00:27 sandervl Exp $ */ 2 2 3 3 99-12-18: Edgar Buerkle <Edgar.Buerkle@gmx.net> … … 17 17 - KERNEL32: Partly implemented GetCurrencyFormatA/W (not correct, but 18 18 to make apps happy) 19 - NTDLL: Partially implemented some Token & SID apis in order to get 20 MS Office 2000 install to work. 19 21 20 22 99-12-18: Jens Wiessner <wiessnej@rfi.de>  - 
      
trunk/src/kernel32/exceptutil.h
r1403 r2123 1 /* $Id: exceptutil.h,v 1. 3 1999-10-22 18:07:19sandervl Exp $ */1 /* $Id: exceptutil.h,v 1.4 1999-12-18 20:03:14 sandervl Exp $ */ 2 2 3 3 /* … … 32 32 ULONG getEBX(); 33 33 USHORT getSS(); 34 USHORT getDS(); 35 USHORT getCS(); 34 36 35 37 #ifdef __cplusplus  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  