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.

51 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. /////////////////////////////////////////////////////////////////////////////
  18. //
  19. // REGISTRY
  20. //
  21. IDR_SAFREMOTEDESKTOPMANAGER REGISTRY DISCARDABLE "SAFRemoteDesktopManager.rgs"
  22. #endif // English (U.S.) resources
  23. /////////////////////////////////////////////////////////////////////////////
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // TYPELIB
  27. //
  28. 1 TYPELIB "SAFrdm.tlb"
  29. /////////////////////////////////////////////////////////////////////////////
  30. #include <windows.h>
  31. #include <bldver.h>
  32. #define VER_FILETYPE VFT_APP
  33. #define VER_FILESUBTYPE VFT2_UNKNOWN
  34. #define VER_FILEDESCRIPTION_STR "Microsoft Help Center Desktop Manager\0"
  35. #define VER_INTERNALNAME_STR "SAFrdm.DLL\0"
  36. #define VER_ORIGINALFILENAME_STR "SAFrdm.DLL\0"
  37. #include <common.ver>