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.

26 lines
529 B

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright(c) Microsoft Corp., 1999 **
  4. //*********************************************************************
  5. //
  6. // SETUP.CPP - Provides Setup functionality
  7. //
  8. // HISTORY:
  9. //
  10. // 3/14/2000 steveow Created.
  11. //
  12. #include "precomp.h"
  13. #include "msobmain.h"
  14. BOOL
  15. WINAPI
  16. SetupGetValidEula(
  17. PCWSTR Eula,
  18. PWSTR Path
  19. )
  20. {
  21. return TRUE;
  22. }