X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fsystem%2Fwinlogon%2Fsetup.h;h=d16dbf3b134b2e447a0ab628315986501c2ac22d;hp=6a391df383075323f128ba4b690e346a6a4dd71f;hb=9ea495ba334cf6a96c8e2cc3fa93d38127a32c29;hpb=79e9ba171b07100f209c1abca802d015cef7b522 diff --git a/base/system/winlogon/setup.h b/base/system/winlogon/setup.h index 6a391df3830..d16dbf3b134 100644 --- a/base/system/winlogon/setup.h +++ b/base/system/winlogon/setup.h @@ -12,9 +12,9 @@ * 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., 675 Mass Ave, Cambridge, MA 02139, USA. + * 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. */ /* $Id$ * COPYRIGHT: See COPYING in the top level directory @@ -24,12 +24,9 @@ * PROGRAMMER: Eric Kohl */ -#ifndef __SETUP_H__ -#define __SETUP_H__ +#pragma once DWORD GetSetupType (VOID); BOOL RunSetup (VOID); -#endif /* __SETUP_H__ */ - /* EOF */