Leaked source code of windows server 2003
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.

28 lines
603 B

  1. //--------------------------------------------------------------------
  2. // pch - header
  3. // Copyright (C) Microsoft Corporation, 2001
  4. //
  5. // Created by: Duncan Bryce (duncanb), 11-12-2001
  6. //
  7. // Precompiled header for rpfx
  8. //
  9. #include <windows.h>
  10. #include <eh.h>
  11. #include <malloc.h>
  12. #include <vector>
  13. #include <list>
  14. #include <algorithm>
  15. #include <exception>
  16. #include <wchar.h>
  17. #include <wincrypt.h>
  18. #include <rkeysvcc.h>
  19. #include <shellapi.h>
  20. #include "rpfxmsg.h"
  21. #include "printlib.h"
  22. #include "ErrorHandling.h"
  23. #include "CmdArgs.h"
  24. #include "utils.h"
  25. using namespace std;