windows-nt/Source/XPSP1/NT/base/ntsetup/oobe/msobmain/setup.h
2020-09-26 16:20:57 +08:00

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
);