21 lines
498 B
C
21 lines
498 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
|
||
|
);
|
||
|
|