Source code of Windows XP (NT5)
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.

31 lines
1.0 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Copyright (c) 1997-1999 Microsoft Corporation
  4. //
  5. // File:
  6. //
  7. // Contents:
  8. //
  9. // History:
  10. //
  11. //---------------------------------------------------------------------------
  12. #include <windows.h>
  13. #include <ntverp.h>
  14. #include "prottest.h"
  15. #define VER_FILETYPE VFT_APP
  16. #define VER_FILESUBTYPE VFT2_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "Licensing Protocol Test Program"
  18. #define VER_INTERNALNAME_STR "prottest"
  19. #define VER_ORIGINALFILENAME_STR "prottest.exe"
  20. STRINGTABLE
  21. BEGIN
  22. STR_TEMP_LICENSE_EXPIRED_MSG "Your terminal services temporary client license has expired.\nPlease contact your system administrator to get a permanent license."
  23. STR_TEMP_LICENSE_EXPIRATION_MSG "Your terminal services temporary client license will expire in %1 days.\nPlease contact your system administrator to get a permanent license."
  24. STR_TEMP_LICENSE_MSG_TITLE "Temporary License Warning!"
  25. END
  26. #include "common.ver"