Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
498 B

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright(c) Microsoft Corp., 1999 **
  4. //*********************************************************************
  5. //
  6. // APPDEFS.H - Header for setup functionality
  7. //
  8. // HISTORY:
  9. //
  10. // 3/14/2000 steveow Created.
  11. //
  12. // Header for setup functionality
  13. BOOL
  14. WINAPI
  15. SetupGetValidEula(
  16. PCWSTR Eula,
  17. PWSTR Path
  18. );