mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
871 B
40 lines
871 B
/*++ BUILD Version: 0001 // Increment this if a change has global effects
|
|
|
|
Copyright (c) 1991 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
access.h
|
|
|
|
Abstract:
|
|
|
|
This file maps the LM 2.x include file name to the appropriate NT include
|
|
file name, and does any other mapping required by this include file.
|
|
|
|
Author:
|
|
|
|
Dan Hinsley (danhi) 8-Jun-1991
|
|
|
|
Environment:
|
|
|
|
User Mode - Win32
|
|
Portable to any flat, 32-bit environment. (Uses Win32 typedefs.)
|
|
Requires ANSI C extensions: slash-slash comments.
|
|
|
|
--*/
|
|
|
|
#ifndef PORTFAKES
|
|
#define PORTFAKES
|
|
//typedef DWORD SID;
|
|
//typedef SID * PSID;
|
|
#endif
|
|
|
|
// Defeat the wide-character string definition
|
|
|
|
#define LPWSTR LPTSTR
|
|
|
|
#include <lmaccess.h>
|
|
|
|
// They changed the manifest constant names for parmnums!
|
|
#define PARMNUM_PASSWD USER_PASSWORD_PARMNUM
|
|
#define MODAL1_PARMNUM_ROLE MODALS_ROLE_PARMNUM
|