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.

25 lines
701 B

  1. #include "ui.rc"
  2. #include "coolui.rc"
  3. #include "wabres.rc"
  4. //////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Version
  7. //
  8. #include "ntverp.h"
  9. #define VER_FILETYPE VFT_DLL
  10. #define VER_FILESUBTYPE VFT2_UNKNOWN
  11. #define VER_FILEDESCRIPTION_STR "Microsoft (R) Address Book DLL"
  12. #ifdef WIN16
  13. #define VER_INTERNALNAME_STR "WAB16res.DLL"
  14. #define VER_ORIGINALFILENAME_STR "WAB16res.DLL"
  15. #else
  16. #define VER_INTERNALNAME_STR "WAB32res.DLL"
  17. #define VER_ORIGINALFILENAME_STR "WAB32res.DLL"
  18. #endif
  19. #define VER_FIRSTYEAR "1996"
  20. // includes the common version resource
  21. #include <common.ver>