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.

37 lines
665 B

  1. #ifndef _MSOBSTUB_H_
  2. #define _MSOBSTUB_H_
  3. //////////////////////////////////////////////////////////////////////////////
  4. //
  5. // Copyright (c) 2000 Microsoft Corporation
  6. //
  7. // Module: msobstub.h
  8. //
  9. // Author: Dan Elliott
  10. //
  11. // Abstract:
  12. //
  13. // Environment:
  14. // Whistler
  15. //
  16. // Revision History:
  17. // 000210 dane Created.
  18. //
  19. //////////////////////////////////////////////////////////////////////////////
  20. #include <windows.h>
  21. // Setup
  22. //
  23. BOOL
  24. ValidateEula(
  25. LPWSTR szEulaPath,
  26. int cchEulaPath
  27. );
  28. #endif // _MSOBSTUB_H_
  29. //
  30. ///// End of file: msobstub.h ////////////////////////////////////////////////