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.

17 lines
225 B

  1. #ifndef __APPVERIFIER_DBSUPPORT_H_
  2. #define __APPVERIFIER_DBSUPPORT_H_
  3. BOOL
  4. AppCompatSaveSettings(
  5. CStringArray &astrExeNames
  6. );
  7. BOOL
  8. AppCompatDeleteSettings(
  9. void
  10. );
  11. #endif // __APPVERIFIER_DBSUPPORT_H_