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.

25 lines
322 B

  1. /*++
  2. Copyright Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. History:
  7. --*/
  8. #pragma warning (disable : 4786)
  9. #include <ole2.h>
  10. #include <windows.h>
  11. #include <comdef.h>
  12. #include <strsafe.h>
  13. #include <strutils.h>
  14. #include <stdio.h>
  15. #include <helper.h>