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.

30 lines
711 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
  9. //
  10. // Notes:
  11. //
  12. // Author: kumarp 28-September-98
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. // Turns off "string too long - truncated to 255 characters in the debug
  17. // information, debugger cannot evaluate symbol."
  18. //
  19. #pragma warning (disable: 4786)
  20. #include <windows.h>
  21. #include <netcfgx.h>
  22. #include <netcfgn.h>
  23. #include <setupapi.h>
  24. #include <devguid.h>
  25. #include <tchar.h>
  26. #include <stdio.h>