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.

41 lines
1.2 KiB

  1. /*
  2. **------------------------------------------------------------------------------
  3. ** Module: Disk Cleanup Manager
  4. ** File: msprintf.h
  5. **
  6. ** Purpose: various common stuff for this module
  7. ** Notes:
  8. ** Mod Log: Created by Rich Jernigan (??/??)
  9. ** Modified by Shawn Brown (2/95)
  10. ** Modified by Jason Cobb (2/97)
  11. **
  12. ** Copyright (c)1995 Microsoft Corporation, All Rights Reserved
  13. **------------------------------------------------------------------------------
  14. */
  15. #ifndef MSPRINTF_H
  16. #define MSPRINTF_H
  17. /*
  18. **------------------------------------------------------------------------------
  19. ** Project include files
  20. **------------------------------------------------------------------------------
  21. */
  22. #ifndef COMMON_H
  23. #include "common.h"
  24. #endif
  25. /*
  26. **------------------------------------------------------------------------------
  27. ** Global Prototypes
  28. **------------------------------------------------------------------------------
  29. */
  30. TCHAR * cdecl SHFormatMessage( DWORD dwMessageId, ...);
  31. #endif // MSPRINTF_H
  32. /*
  33. **------------------------------------------------------------------------------
  34. ** End of File
  35. **------------------------------------------------------------------------------
  36. */