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.

35 lines
1.2 KiB

  1. #ifndef __NMAKReg_h__
  2. #define __NMAKReg_h__
  3. ////////////////////////////////////////////////////////////////////////////////////////////////////
  4. #ifndef TEXT
  5. #define TEXT( a ) ( a )
  6. #endif // TEXT
  7. ////////////////////////////////////////////////////////////////////////////////////////////////////
  8. //
  9. // GLOBAL SETTINGS FILE, THIS IS USED BY THE SOFTWARE COMPONENTS ALSO.
  10. // That way, we have one place where registry keys, settings go, and
  11. // modifications affect the NMRK as well as the code.
  12. //
  13. #include <confreg.h>
  14. #define REGKEY_NMRK TEXT("SOFTWARE\\Microsoft\\NMRK")
  15. #define REGVAL_INSTALLATIONDIRECTORY TEXT("InstallationDirectory")
  16. #define REGVAL_LASTCONFIG TEXT("LastConfig")
  17. #define DEFAULT_CONFIGFILE "nm3c.ini"
  18. #define SECTION_SETTINGS TEXT("NMRK30Settings")
  19. #define KEYNAME_AUTOCONF TEXT("AutoConf")
  20. #define KEYNAME_ILSSERVER TEXT("IlsServer%d")
  21. #define KEYNAME_ILSDEFAULT TEXT("IlsDefault")
  22. #define KEYNAME_WEBVIEWNAME TEXT("WebViewName")
  23. #define KEYNAME_WEBVIEWURL TEXT("WebViewURL")
  24. #define KEYNAME_WEBVIEWSERVER TEXT("WebViewServer")
  25. #endif // __NMAKReg_h__