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.

75 lines
1.7 KiB

  1. //
  2. // imtf.rc
  3. //
  4. #ifdef RC_INVOKED
  5. #ifndef _INC_WINDOWS
  6. #define _INC_WINDOWS
  7. #include "winres.h"
  8. #endif
  9. #endif
  10. //
  11. // version
  12. //
  13. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  14. #pragma code_page(1252)
  15. #include "aimmver.h"
  16. #define VER_FILETYPE VFT_DLL
  17. #define VER_FILESUBTYPE VFT_UNKNOWN
  18. #define VER_FILEDESCRIPTION_STR "Active IMM Server DLL"
  19. #define VER_INTERNALNAME_STR "MSIMTF.DLL"
  20. #define VER_ORIGINALFILENAME_STR "MSIMTF.DLL"
  21. #define VER_OLESELFREGISTER
  22. #include <winver.h>
  23. #include <common.ver>
  24. #include "resource.h"
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // REGISTRY RESOURCE
  28. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  29. #pragma code_page(1252)
  30. /////////////////////////////////////////////////////////////////////////////
  31. //
  32. // STRING
  33. //
  34. STRINGTABLE DISCARDABLE
  35. BEGIN
  36. IDS_FUNCPRV_CONVERSION "Conversion"
  37. END
  38. /////////////////////////////////////////////////////////////////////////////
  39. //
  40. // Known EXE module list for Trident aware applications.
  41. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  42. #pragma code_page(1252)
  43. ID_KNOWN_EXE RCDATA
  44. {
  45. "iexplore.exe\0", // Internet Explorer
  46. "msimn.exe\0", // Outlook Express
  47. "outlook.exe\0", // Outlook
  48. // Cicero #4039
  49. // "Web Discussion" is Trident
  50. "powerpnt.exe\0", // OFFICE10 PowerPoint
  51. "excel.exe\0", // OFFICE10 Excel
  52. "msaccess.exe\0", // OFFICE10 Access
  53. "netscp6.exe\0", // Netscape 6.0
  54. "webeditor.exe\0", // NAMO Web Editor
  55. 0, 0, 0, 0 // terminator
  56. }