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

21 lines
518 B
C

//*********************************************************************
//* Microsoft Windows **
//* Copyright(c) Microsoft Corp., 1999 **
//*********************************************************************
//
// APPDEFS.H - Header for setup functionality
//
// HISTORY:
//
// 3/14/2000 steveow Created.
//
// Header for setup functionality
BOOL
WINAPI
SetupGetValidEula(
PCWSTR Eula,
PWSTR Path
);