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.

6 lines
265 B

  1. // New default name for ActiveX cache folder!
  2. #define REG_OCX_CACHE_DIR TEXT("Downloaded Program Files")
  3. #define REG_OCX_OLD_CACHE_DIR TEXT("Occache")
  4. #define REG_OCX_CACHE_VALUE_NAME TEXT("ActiveXCache")
  5. #define REG_OCX_CACHE_SUBKEY TEXT("ActiveX Cache")