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.

31 lines
770 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: P C H . H
  7. //
  8. // Contents: Pre-compiled header file for the sample filter
  9. //
  10. // Notes:
  11. //
  12. //----------------------------------------------------------------------------
  13. #pragma once
  14. // Turns off "string too long - truncated to 255 characters in the debug
  15. // information, debugger cannot evaluate symbol."
  16. //
  17. #pragma warning (disable: 4786)
  18. #include <windows.h>
  19. #include <shellapi.h>
  20. #include <shlobj.h>
  21. #include <atlbase.h>
  22. extern CComModule _Module; // required by atlcom.h
  23. #include <atlcom.h>
  24. #include <initguid.h>
  25. #include <devguid.h>
  26. #include <MyString.h>