mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
22 lines
582 B
C
22 lines
582 B
C
|
/*
|
||
|
* COPYRIGHT: See COPYING in the top level directory
|
||
|
* PROJECT: ReactOS Logon User Interface Host
|
||
|
* FILE: subsys/system/logonui/NT6design.c
|
||
|
* PROGRAMMERS: Ged Murphy (gedmurphy@reactos.org)
|
||
|
*/
|
||
|
|
||
|
#include "logonui.h"
|
||
|
|
||
|
/* DATA *********************************************************************/
|
||
|
|
||
|
#define LOGONUI_KEY L"SOFTWARE\\Microsoft\\Windows\CurrentVersion\\Authentication\\LogonUI"
|
||
|
|
||
|
|
||
|
/* GLOBALS ******************************************************************/
|
||
|
|
||
|
/* FUNCTIONS ****************************************************************/
|
||
|
|
||
|
|
||
|
|
||
|
/* EOF */
|