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.

19 lines
249 B

  1. // Copyright (c) 1997-1999 Microsoft Corporation
  2. //
  3. // Post-operation code
  4. //
  5. // 1 Dec 1999 sburns
  6. #ifndef POSTOP_HPP_INCLUDED
  7. #define POSTOP_HPP_INCLUDED
  8. void
  9. DoPostOperationStuff(ProgressDialog& progress);
  10. #endif // POSTOP_HPP_INCLUDED