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.

24 lines
1.1 KiB

  1. /********************************************************************/
  2. /* */
  3. /* COMMDLG.RCV */
  4. /* */
  5. /* This RC fragment shows how to define version information in an */
  6. /* internal RC file */
  7. /* */
  8. /* It relies upon both the public VER.H and private VERSION.H */
  9. /* */
  10. /********************************************************************/
  11. #include <version.h>
  12. /*-----------------------------------------------*/
  13. /* the following lines are specific to this file */
  14. /*-----------------------------------------------*/
  15. #define VER_FILETYPE VFT_DLL
  16. #define VER_FILESUBTYPE VFT2_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "Common Dialogs libraries\0"
  18. #define VER_INTERNALNAME_STR "COMMDLG\0"
  19. #define VER_ORIGINALFILENAME_STR "COMMDLG.DLL"
  20. #include <common.ver>