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
804 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: pch.h
  4. //
  5. // Module: CMPROXY.DLL (TOOL)
  6. //
  7. // Synopsis: Precompiled header for IE proxy setting connect action.
  8. //
  9. // Copyright (c) 1999 Microsoft Corporation
  10. //
  11. // Author: quintinb Created 10/27/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. #include <windows.h>
  15. #include <shlwapi.h>
  16. #include <wininet.h>
  17. #include <ras.h>
  18. #include "cmutil.h"
  19. #include "cmdebug.h"
  20. //
  21. // Function Headers from util.cpp
  22. //
  23. HRESULT GetBrowserVersion(DLLVERSIONINFO* pDllVersionInfo);
  24. LPTSTR *GetCmArgV(LPTSTR pszCmdLine);
  25. BOOL UseVpnName(LPSTR pszAltName);
  26. void GetString (LPCSTR pszSection, LPCSTR pszKey, LPSTR* ppString, LPCSTR pszFile);