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.

10 lines
447 B

  1. // stdafx.cpp : source file that includes just the standard includes
  2. // IISMigrTool.pch will be the pre-compiled header
  3. // stdafx.obj will contain the pre-compiled type information
  4. #include "stdafx.h"
  5. LPCWSTR PKG_GUID = L"{95D72F11-47FA-476d-88FF-CCF9EFEBDEFA}"; // Used as file type mark
  6. const DWORD MAX_CMD_TIMEOUT = 24 * 60 * 60; // 24h in seconds
  7. LPCWSTR IMPMACRO_TEMPDIR = L"FILES_DIR";
  8. LPCWSTR IMPMACRO_SITEIID = L"SITE_ID";