Changeset 2123


Ignore:
Timestamp:
Dec 18, 1999, 9:03:14 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r2116 r2123  
    1  /* $Id: changelog,v 1.548 1999-12-18 17:21:18 sandervl Exp $ */
     1 /* $Id: changelog,v 1.549 1999-12-18 20:00:27 sandervl Exp $ */
    22
    33 99-12-18: Edgar Buerkle <Edgar.Buerkle@gmx.net>
     
    1717        - KERNEL32: Partly implemented GetCurrencyFormatA/W (not correct, but
    1818                    to make apps happy)
     19        - NTDLL: Partially implemented some Token & SID apis in order to get
     20                 MS Office 2000 install to work.
    1921
    2022 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:19 sandervl Exp $ */
     1/* $Id: exceptutil.h,v 1.4 1999-12-18 20:03:14 sandervl Exp $ */
    22
    33/*
     
    3232ULONG  getEBX();
    3333USHORT getSS();
     34USHORT getDS();
     35USHORT getCS();
    3436
    3537#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.