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.

97 lines
2.2 KiB

  1. #include <winver.h>
  2. #if defined(USE_DS_VER)
  3. #include <dsverp.h>
  4. #else
  5. #include <ntverp.h>
  6. #endif
  7. #define VER_FILETYPE VFT_DLL
  8. #define VER_FILESUBTYPE VFT2_UNKNOWN
  9. #define VER_FILEDESCRIPTION_STR "ADMT Module"
  10. #define VER_INTERNALNAME_STR "MoveObj"
  11. #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR ".dll"
  12. #include <common.ver>
  13. //Microsoft Developer Studio generated resource script.
  14. //
  15. #include "resource.h"
  16. #define APSTUDIO_READONLY_SYMBOLS
  17. /////////////////////////////////////////////////////////////////////////////
  18. //
  19. // Generated from the TEXTINCLUDE 2 resource.
  20. //
  21. #include "winres.h"
  22. /////////////////////////////////////////////////////////////////////////////
  23. #undef APSTUDIO_READONLY_SYMBOLS
  24. /////////////////////////////////////////////////////////////////////////////
  25. // English (U.S.) resources
  26. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  27. #ifdef _WIN32
  28. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  29. #pragma code_page(1252)
  30. #endif //_WIN32
  31. #ifdef APSTUDIO_INVOKED
  32. /////////////////////////////////////////////////////////////////////////////
  33. //
  34. // TEXTINCLUDE
  35. //
  36. 1 TEXTINCLUDE DISCARDABLE
  37. BEGIN
  38. "resource.h\0"
  39. END
  40. 2 TEXTINCLUDE DISCARDABLE
  41. BEGIN
  42. "#include ""winres.h""\r\n"
  43. "\0"
  44. END
  45. 3 TEXTINCLUDE DISCARDABLE
  46. BEGIN
  47. "1 TYPELIB ""MoveObj.tlb""\r\n"
  48. "\0"
  49. END
  50. #endif // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // REGISTRY
  54. //
  55. IDR_Mover REGISTRY DISCARDABLE "Mover.rgs"
  56. /////////////////////////////////////////////////////////////////////////////
  57. //
  58. // String Table
  59. //
  60. STRINGTABLE DISCARDABLE
  61. BEGIN
  62. IDS_PROJNAME "MoveObj"
  63. IDS_MOVER_DESC "Mover Class"
  64. END
  65. #endif // English (U.S.) resources
  66. /////////////////////////////////////////////////////////////////////////////
  67. #ifndef APSTUDIO_INVOKED
  68. /////////////////////////////////////////////////////////////////////////////
  69. //
  70. // Generated from the TEXTINCLUDE 3 resource.
  71. //
  72. 1 TYPELIB "MoveObj.tlb"
  73. /////////////////////////////////////////////////////////////////////////////
  74. #endif // not APSTUDIO_INVOKED