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.

31 lines
848 B

  1. #include "windows.h"
  2. //#include "ui.rc"
  3. //#include "coolui.rc"
  4. IDI_ICON_ABOOK ICON DISCARDABLE "..\\wab32res\\ui\\_adrbook.ico"
  5. //////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Version
  8. //
  9. #include "ntverp.h"
  10. #define VER_FILETYPE VFT_DLL
  11. #define VER_FILESUBTYPE VFT2_UNKNOWN
  12. #define VER_FILEDESCRIPTION_STR "Microsoft (R) Address Book DLL"
  13. #ifdef WIN16
  14. #define VER_INTERNALNAME_STR "WAB16.DLL"
  15. #define VER_ORIGINALFILENAME_STR "WAB16.DLL"
  16. #else
  17. #define VER_INTERNALNAME_STR "WAB32.DLL"
  18. #define VER_ORIGINALFILENAME_STR "WAB32.DLL"
  19. #endif
  20. #define VER_FIRSTYEAR "1996"
  21. // includes the common version resource
  22. #include <common.ver>
  23. //
  24. // REGINST
  25. //
  26. REGINST REGINST MOVEABLE PURE "selfreg.inf"