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.

27 lines
366 B

  1. extern "C" {
  2. #undef DBG
  3. #define DBG 1
  4. #include <nt.h>
  5. #include <ntrtl.h>
  6. #include <nturtl.h>
  7. }
  8. #include <windows.h>
  9. #include <rpc.h>
  10. #include <stdio.h>
  11. #include <stdlib.h>
  12. #include <string.h>
  13. #include <ctype.h>
  14. #define private public
  15. #define protected public
  16. #include <ole2.h>
  17. // ole\stg\h
  18. #include <docfilep.hxx>
  19. #include <msf.hxx>
  20. #include <publicdf.hxx>