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.

26 lines
566 B

  1. //============================================================================
  2. // Copyright (c) 1995, Microsoft Corporation
  3. //
  4. // File: pchmgm.h
  5. //
  6. // History:
  7. // V Raman Oct-14-1997 Created.
  8. //
  9. // Pre compiled header for MGM
  10. //============================================================================
  11. #include <nt.h>
  12. #include <ntrtl.h>
  13. #include <nturtl.h>
  14. #include <windows.h>
  15. #include <stdio.h>
  16. #include <stdlib.h>
  17. #include <string.h>
  18. #include <malloc.h>
  19. #include <rtm.h>
  20. #include <rtutils.h>
  21. #include "rmrtm.h"
  22. #include "rtmp.h"
  23. #include "rtmv1rtm.h"