reactos/base/system/logonui/NT6design.c

22 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 */