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.

49 lines
1.4 KiB

  1. #ifndef _MAC
  2. /////////////////////////////////////////////////////////////////////////////
  3. //
  4. // Version
  5. //
  6. //VS_VERSION_INFO VERSIONINFO
  7. // FILEVERSION 1,0,0,1
  8. // PRODUCTVERSION 1,0,0,1
  9. // FILEFLAGSMASK 0x3fL
  10. //#ifdef _DEBUG
  11. // FILEFLAGS 0x1L
  12. //#else
  13. // FILEFLAGS 0x0L
  14. //#endif
  15. // FILEOS 0x4L
  16. // FILETYPE 0x1L
  17. // FILESUBTYPE 0x0L
  18. //BEGIN
  19. // BLOCK "StringFileInfo"
  20. // BEGIN
  21. // BLOCK "040904b0"
  22. // BEGIN
  23. // VALUE "CompanyName", "\0"
  24. // VALUE "FileDescription", "OLE Configuration UI\0"
  25. // VALUE "FileVersion", "1, 0, 0, 1\0"
  26. // VALUE "InternalName", "OLEUI\0"
  27. // VALUE "LegalCopyright", "Copyright (c) 1996\0"
  28. // VALUE "OriginalFilename", "OLEUI.EXE\0"
  29. // VALUE "ProductName", "OLE Configuration Application\0"
  30. // VALUE "ProductVersion", "1, 0, 0, 1\0"
  31. // END
  32. // END
  33. // BLOCK "VarFileInfo"
  34. // BEGIN
  35. // VALUE "Translation", 0x409, 1200
  36. // END
  37. //END
  38. // The following conforms to Windows NT version resources
  39. #include <winver.h>
  40. #include <ntverp.h>
  41. #define VER_FILETYPE VFT_APP
  42. #define VER_FILESUBTYPE VFT2_UNKNOWN
  43. #define VER_FILEDESCRIPTION_STR "Distributed COM Configuration"
  44. #define VER_INTERNALNAME_STR "dcomcnfg.exe"
  45. #define VER_ORIGINALFILENAME_STR "dcomcnfg.exe"
  46. #include <common.ver>
  47. #endif // !_MAC