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.

29 lines
784 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Version
  4. //
  5. #include "windows.h"
  6. IDI_ICON_IMPORT ICON DISCARDABLE "..\\..\\wab32res\\ui\\wabmig.ico"
  7. //////////////////////////////////////////////////////////////////////////////
  8. //
  9. // Version
  10. //
  11. #include "ntverp.h"
  12. #define VER_FILETYPE VFT_DLL
  13. #define VER_FILESUBTYPE VFT2_UNKNOWN
  14. #define VER_FILEDESCRIPTION_STR "Microsoft WAB Importer/Exporter"
  15. #define VER_INTERNALNAME_STR "WABIMP.DLL"
  16. #define VER_FIRSTYEAR "1996"
  17. #define VER_ORIGINALFILENAME_STR "WABIMP.DLL"
  18. // includes the common version resource
  19. #include "common.ver"
  20. //
  21. // REGINST
  22. //
  23. REGINST REGINST MOVEABLE PURE "selfreg.inf"