[WINLOGON]

Get rid of setup.h.

svn path=/trunk/; revision=70361
This commit is contained in:
Eric Kohl 2015-12-16 14:45:19 +00:00
parent a979e767d8
commit 1f72389128
2 changed files with 7 additions and 34 deletions

View file

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

View file

@ -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 @@ InitializeScreenSaver(IN OUT PWLSESSION Session);
VOID
StartScreenSaver(IN PWLSESSION Session);
/* winlogon.c */
/* setup.c */
DWORD
GetSetupType(VOID);
BOOL
RunSetup(VOID);
/* winlogon.c */
BOOL
PlaySoundRoutine(IN LPCWSTR FileName,
IN UINT Logon,