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.

25 lines
935 B

  1. #if _MSC_VER > 1000
  2. #pragma once
  3. #endif
  4. #ifdef RC_INVOKED
  5. #include <ver.h>
  6. #define VER_FILEVERSION_STR "2.01\0"
  7. #define VER_FILEVERSION 2,01,0100,06
  8. #define VER_PRODUCTNAME_STR "Microsoft OLE 2.01 for Windows\0"
  9. #define VER_COMPANYNAME_STR "Microsoft Corporation\0"
  10. #define VER_LEGALTRADEMARKS_STR "Microsoft (R) is a registered trademark of Microsoft Corporation. Windows(TM) is a trademark of Microsoft Corporation\0"
  11. #define VER_LEGALCOPYRIGHT_STR "Copyright (C) Microsoft Corp. 1992-1999\0"
  12. #define VER_PRODUCTVERSION_STR "2.01\0"
  13. #define VER_PRODUCTVERSION 2,01,0100,06
  14. #define VER_COMMENT_STR "Windows OLE DLLs\0"
  15. #define VER_FILETYPE VFT_DLL
  16. #define VER_FILESUBTYPE 0
  17. #define VER_FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  18. #define VER_FILEFLAGS 0L
  19. #define VER_FILEOS VOS_DOS_WINDOWS16
  20. #endif /* RC_INVOKED */