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.

31 lines
492 B

  1. #define RTL_DECLARE_STREAMS 1
  2. #define RTL_DECLARE_MEMORY_STREAM 1
  3. #define RTL_DECLARE_FILE_STREAM 1
  4. extern "C" {
  5. #include <nt.h>
  6. #include <ntioapi.h>
  7. #include <ntrtl.h>
  8. #include <nturtl.h>
  9. }
  10. #include <windows.h>
  11. #include <ddeml.h> // for CP_WINUNICODE
  12. #include <objidl.h>
  13. #include <propidl.h>
  14. extern "C"
  15. {
  16. #include <propapi.h>
  17. }
  18. #include <stgprop.h>
  19. class PMemoryAllocator;
  20. #include <propstm.hxx>
  21. #include <align.hxx>
  22. #include <sstream.hxx>
  23. #include "propmac.hxx"
  24. #pragma hdrstop