mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
21 lines
580 B
C
21 lines
580 B
C
/*
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
* PROJECT: ReactOS Logon User Interface Host
|
|
* FILE: base/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 */
|