2025-04-27 07:49:33 -04:00

27 lines
555 B
C++

//*********************************************************************
//* 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;
}