1 /* 2 * COPYRIGHT: See COPYING in the top level directory 3 * PROJECT: ReactOS Logon User Interface Host 4 * FILE: base/system/logonui/NT6design.c 5 * PROGRAMMERS: Ged Murphy (gedmurphy@reactos.org) 6 */ 7 8 #include "logonui.h" 9 10 /* DATA *********************************************************************/ 11 12 #define LOGONUI_KEY L"SOFTWARE\\Microsoft\\Windows\CurrentVersion\\Authentication\\LogonUI" 13 14 15 /* GLOBALS ******************************************************************/ 16 17 /* FUNCTIONS ****************************************************************/ 18 19 20 21 /* EOF */ 22