Author: ekohl Date: Wed Dec 16 14:45:19 2015 New Revision: 70361
URL: http://svn.reactos.org/svn/reactos?rev=70361&view=rev Log: [WINLOGON] Get rid of setup.h.
Removed: trunk/reactos/base/system/winlogon/setup.h Modified: trunk/reactos/base/system/winlogon/winlogon.h
Removed: trunk/reactos/base/system/winlogon/setup.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/winlogon/setup.... ============================================================================== --- trunk/reactos/base/system/winlogon/setup.h [iso-8859-1] (original) +++ trunk/reactos/base/system/winlogon/setup.h (removed) @@ -1,32 +0,0 @@ -/* - * ReactOS kernel - * Copyright (C) 2003 ReactOS Team - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ -/* - * COPYRIGHT: See COPYING in the top level directory - * PROJECT: ReactOS winlogon - * FILE: base/system/winlogon/setup.h - * PURPOSE: Setup support functions - * PROGRAMMER: Eric Kohl - */ - -#pragma once - -DWORD GetSetupType (VOID); -BOOL RunSetup (VOID); - -/* EOF */
Modified: trunk/reactos/base/system/winlogon/winlogon.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/winlogon/winlog... ============================================================================== --- trunk/reactos/base/system/winlogon/winlogon.h [iso-8859-1] (original) +++ trunk/reactos/base/system/winlogon/winlogon.h [iso-8859-1] Wed Dec 16 14:45:19 2015 @@ -46,7 +46,6 @@ #include <wine/debug.h> WINE_DEFAULT_DEBUG_CHANNEL(winlogon);
-#include "setup.h" #include "resource.h"
typedef BOOL (WINAPI * PFWLXNEGOTIATE) (DWORD, DWORD *); @@ -306,8 +305,14 @@ VOID StartScreenSaver(IN PWLSESSION Session);
+/* setup.c */ +DWORD +GetSetupType(VOID); + +BOOL +RunSetup(VOID); + /* winlogon.c */ - BOOL PlaySoundRoutine(IN LPCWSTR FileName, IN UINT Logon,