windows-nt/Source/XPSP1/NT/base/ntsetup/oobe/msobmain/setup.cpp

27 lines
529 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//*********************************************************************
//* Microsoft Windows **
//* Copyright(c) Microsoft Corp., 1999 **
//*********************************************************************
//
// SETUP.CPP - Provides Setup functionality
//
// HISTORY:
//
// 3/14/2000 steveow Created.
//
#include "precomp.h"
#include "msobmain.h"
BOOL
WINAPI
SetupGetValidEula(
PCWSTR Eula,
PWSTR Path
)
{
return TRUE;
}