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.

18 lines
482 B

  1. #include <ntverp.h>
  2. #include <winver.h>
  3. #include <winnt.rh>
  4. #include <winuser.h>
  5. #include <commctrl.rh>
  6. #define VER_FILETYPE VFT_APP
  7. #define VER_FILESUBTYPE VFT2_UNKNOWN
  8. #define VER_FILEDESCRIPTION_STR "Distributed Link Tracking Server"
  9. #define VER_INTERNALNAME_STR "Distributed Link Tracking Server"
  10. #define VER_ORIGINALFILENAME_STR "trksvr.dll"
  11. #include <common.ver>
  12. #define IDC_STATIC -1
  13. #define NT_BUILD
  14. #include "linkui.rc"