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.

22 lines
771 B

  1. //#--------------------------------------------------------------
  2. //
  3. // Copyright (C) 2000 Microsoft Corporation
  4. // All rights reserved.
  5. //
  6. //#--------------------------------------------------------------
  7. /////////////////////////////////////////////////////////////////////////////
  8. //
  9. // Message Table Info
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. #include "alertemailmsg.rc"
  13. #include "saverp.h"
  14. #define VER_FILETYPE VFT_DLL
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "Server Appliance Alert Email"
  17. #define VER_INTERNALNAME_STR "ALERTEMAILMSG.DLL"
  18. #define VER_ORIGINALFILENAME_STR "ALERTEMAILMSG.DLL"
  19. #include <common.ver>