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.

36 lines
992 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1998
  6. //
  7. // File: remras.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. #include "winres.h"
  11. #include "resource.h"
  12. #include <ntverp.h>
  13. #define VER_FILETYPE VFT_DLL
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "RRAS Config Proxy"
  16. #define VER_INTERNALNAME_STR "RRASPRXY"
  17. #define VER_ORIGINALFILENAME_STR "rrasprxy.dll"
  18. #include "common.ver"
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // REGISTRY
  22. //
  23. IDR_Remrras REGISTRY MOVEABLE PURE "remrras.rgs"
  24. IDR_REMCFG REGISTRY DISCARDABLE "RemCfg.rgs"
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TYPELIB
  28. //
  29. 1 TYPELIB MOVEABLE PURE "remras.tlb"