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.

19 lines
642 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: res.rc
  3. *
  4. * Resource file for the display driver.
  5. *
  6. * Copyright (c) 1993-1996 Microsoft Corporation
  7. * Copyright (c) 1993-1996 Matrox Electronic Systems, Ltd.
  8. \**************************************************************************/
  9. #include "windows.h"
  10. #include <ntverp.h>
  11. #define VER_FILETYPE VFT_DRV
  12. #define VER_FILESUBTYPE VFT2_DRV_INSTALLABLE
  13. #define VER_FILEDESCRIPTION_STR "MCD Server"
  14. #define VER_INTERNALNAME_STR "mcdsrv32.dll"
  15. #define VER_ORIGINALFILENAME_STR "mcdsrv.dll"
  16. #include "common.ver"