Changeset 56 for trunk/include


Ignore:
Timestamp:
Jun 8, 1999, 5:49:37 PM (26 years ago)
Author:
phaller
Message:

ADD: Added support for RtlInitOemString and RtlFreeOemString

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/ntdef.h

    r4 r56  
    1 /* $Id: ntdef.h,v 1.1 1999-05-24 20:19:15 ktk Exp $ */
     1/* $Id: ntdef.h,v 1.2 1999-06-08 15:49:37 phaller Exp $ */
    22
    33#ifndef __WINE_NTDEF_H
     
    4545        USHORT  MaximumLength;
    4646        PSTR    Buffer;
    47 } STRING,*PSTRING,ANSI_STRING,*PANSI_STRING;
     47} STRING,*PSTRING,ANSI_STRING,*PANSI_STRING, OEM_STRING, *POEM_STRING;
     48/* @@@PH 1999/06/08 OEM-String support is experimental */
    4849
    4950typedef struct _CSTRING {
Note: See TracChangeset for help on using the changeset viewer.