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.

30 lines
735 B

  1. /**********************************************************************/
  2. /** Microsoft Passport **/
  3. /** Copyright(c) Microsoft Corporation, 1999 - 2001 **/
  4. /**********************************************************************/
  5. /*
  6. nexus.rc
  7. FILE HISTORY:
  8. */
  9. #ifndef _MAC
  10. //
  11. // Version information
  12. //
  13. #include <winver.h>
  14. #include <ntverp.h>
  15. #define VER_FILETYPE VFT_DLL
  16. #define VER_FILESUBTYPE VFT_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "Nexus Support API"
  18. #define VER_INTERNALNAME_STR "Nexus Support API"
  19. #define VER_ORIGINALFILENAME_STR "msppnxus.dll"
  20. #include "common.ver"
  21. #endif // !_MAC