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.

24 lines
762 B

  1. #include "windows.h"
  2. #include "resource.h"
  3. #include "dialogs.dlg"
  4. IDI_ICON1 ICON DISCARDABLE "REMOTESP.ICO"
  5. IDI_ICON2 ICON DISCARDABLE "PHONE.ICO"
  6. IDI_ICON3 ICON DISCARDABLE "LINE.ICO"
  7. #if TAPI_NT
  8. #include <ntverp.h>
  9. #else
  10. #include <version.h>
  11. #endif
  12. #define VER_FILEDESCRIPTION_STR "Microsoft Windows Remote Service Provider"
  13. #define VER_INTERNALNAME_STR "remotesp"
  14. #define VER_ORIGINALFILENAME_STR "REMOTESP.TSP"
  15. //#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corporation 1996. All Rights Reserved."
  16. #define VER_LEGALCOPYRIGHT_YEARS "1996"
  17. #define VER_FILETYPE VFT_DLL
  18. #define VER_FILESUBTYPE VFT2_UNKNOWN
  19. #include <common.ver>