Source code of Windows XP (NT5)
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.

52 lines
1.4 KiB

  1. #include "resource.h"
  2. #define APSTUDIO_READONLY_SYMBOLS
  3. /////////////////////////////////////////////////////////////////////////////
  4. //
  5. // Generated from the TEXTINCLUDE 2 resource.
  6. //
  7. #include "winres.h"
  8. /////////////////////////////////////////////////////////////////////////////
  9. #undef APSTUDIO_READONLY_SYMBOLS
  10. /////////////////////////////////////////////////////////////////////////////
  11. // English (U.S.) resources
  12. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  13. #ifdef _WIN32
  14. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  15. #pragma code_page(1252)
  16. #endif //_WIN32
  17. #include "sessionresolvermsgs.rc"
  18. /////////////////////////////////////////////////////////////////////////////
  19. //
  20. // REGISTRY
  21. //
  22. IDR_SESSIONRESOLVER REGISTRY DISCARDABLE "sessionresolver.rgs"
  23. #endif // English (U.S.) resources
  24. /////////////////////////////////////////////////////////////////////////////
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TYPELIB
  28. //
  29. 1 TYPELIB "SAFSessionResolver.tlb"
  30. /////////////////////////////////////////////////////////////////////////////
  31. #include <windows.h>
  32. #include <bldver.h>
  33. #define VER_FILETYPE VFT_APP
  34. #define VER_FILESUBTYPE VFT2_UNKNOWN
  35. #define VER_FILEDESCRIPTION_STR "Microsoft Help Center Session Resolver\0"
  36. #define VER_INTERNALNAME_STR "SAFrslv.DLL\0"
  37. #define VER_ORIGINALFILENAME_STR "SAFrslv.DLL\0"
  38. #include <common.ver>