2011-05-25 17:13:54 +00:00
|
|
|
/*
|
|
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
|
|
* PROJECT: ReactOS Logon User Interface Host
|
2015-09-18 10:13:50 +00:00
|
|
|
* FILE: base/system/logonui/NT6design.c
|
2011-05-25 17:13:54 +00:00
|
|
|
* PROGRAMMERS: Ged Murphy (gedmurphy@reactos.org)
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "logonui.h"
|
|
|
|
|
|
|
|
/* DATA *********************************************************************/
|
|
|
|
|
|
|
|
#define LOGONUI_KEY L"SOFTWARE\\Microsoft\\Windows\CurrentVersion\\Authentication\\LogonUI"
|
|
|
|
|
|
|
|
|
|
|
|
/* GLOBALS ******************************************************************/
|
|
|
|
|
|
|
|
/* FUNCTIONS ****************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* EOF */
|