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.

23 lines
801 B

  1. #include <ver.h>
  2. #define DX_VER_FILETYPE VFT_DRV
  3. #define DX_VER_FILESUBTYPE VFT2_DRV_INSTALLABLE
  4. #define DX_VER_FILEDESCRIPTIONSTR "Microsoft DirectDraw"
  5. #ifdef DEBUG
  6. #define DX_VER_FILEDESCRIPTION_STR DX_VER_FILEDESCRIPTIONSTR " Debug"
  7. #else
  8. #define DX_VER_FILEDESCRIPTION_STR DX_VER_FILEDESCRIPTIONSTR
  9. #endif
  10. #define DX_VER_INTERNALNAME_STR "DDraw16.dll"
  11. #define DX_VER_ORIGINALFILENAME_STR DX_VER_INTERNALNAME_STR
  12. #include "verinfo.h"
  13. #define VERSIONTYPE DX_VER_FILETYPE
  14. #define VERSIONSUBTYPE DX_VER_FILESUBTYPE
  15. #define VERSIONDESCRIPTION DX_VER_FILEDESCRIPTION_STR "\0"
  16. #define VERSIONNAME DX_VER_INTERNALNAME_STR "\0"
  17. #include "verinfo.ver"