Ignore:
Timestamp:
Feb 25, 2010, 6:26:18 PM (16 years ago)
Author:
vladest
Message:
  1. Security interface constants and structures added
  2. Fixed conflicts of data definitions in security interface
File:
1 edited

Legend:

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

    r9985 r21360  
    5454} CSTRING,*PCSTRING;
    5555
     56#ifndef __UNICODE_STRING_DEFINED__
     57#define __UNICODE_STRING_DEFINED__
    5658typedef struct _UNICODE_STRING {
    5759        USHORT  Length;         /* bytes */
     
    5961        PWSTR   Buffer;
    6062} UNICODE_STRING,*PUNICODE_STRING;
    61 
     63#endif
    6264/*
    6365        Objects
Note: See TracChangeset for help on using the changeset viewer.