mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +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 ([email protected])
|
|
*/
|
|
|
|
#include "logonui.h"
|
|
|
|
/* DATA *********************************************************************/
|
|
|
|
#define LOGONUI_KEY L"SOFTWARE\\Microsoft\\Windows\CurrentVersion\\Authentication\\LogonUI"
|
|
|
|
|
|
/* GLOBALS ******************************************************************/
|
|
|
|
/* FUNCTIONS ****************************************************************/
|
|
|
|
|
|
|
|
/* EOF */
|