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.

33 lines
847 B

  1. //
  2. // MSR2C.RC2 - resources Microsoft Visual C++ does not edit directly
  3. //
  4. #ifdef APSTUDIO_INVOKED
  5. #error this file is not editable by Microsoft Visual C++
  6. #endif //APSTUDIO_INVOKED
  7. /////////////////////////////////////////////////////////////////////////////
  8. // Add manually edited resources here...
  9. #ifndef _MAC
  10. /////////////////////////////////////////////////////////////////////////////
  11. //
  12. // Version
  13. //
  14. #ifdef _WIN32
  15. #include "winver.h"
  16. #else
  17. #include "ver.h"
  18. #endif
  19. #define PRODUCT_NAME "MSR2C"
  20. #define VER_FILE_DESCRIPTION "Microsoft\256 Forms DLL"
  21. #define VER_INTERNAL_NAME PRODUCT_NAME
  22. #define VER_ORIGINAL_FILENAME PRODUCT_NAME ".DLL"
  23. #define VER_SELFREGISTER
  24. #include "version.rc"
  25. #endif // !_MAC
  26. /////////////////////////////////////////////////////////////////////////////