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.

22 lines
362 B

  1. /*
  2. Copyright 1999 Microsoft Corporation
  3. Precompiled header file
  4. Walter Smith (wsmith)
  5. */
  6. #pragma once
  7. #include <windows.h>
  8. #include <stdlib.h>
  9. #include <process.h>
  10. #include <tchar.h>
  11. #include <atlbase.h>
  12. extern CComModule _Module;
  13. #include <atlwin.h>
  14. #include <map>
  15. #include <vector>
  16. #include <string>
  17. #include <fstream>
  18. #include "common.h"