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.

22 lines
575 B

  1. /*******************************************************************************
  2. * gdi.rc
  3. *
  4. * Copyright (c) 1994-1999 Microsoft Corporation
  5. *
  6. *******************************************************************************/
  7. #include <windows.h>
  8. #include <ntverp.h>
  9. #define VER_FILETYPE VFT_DLL
  10. #define VER_FILESUBTYPE VFT2_UNKNOWN
  11. #define VER_INTERNALNAME_STR "gdi32\0"
  12. #ifdef _HYDRA_
  13. #define VER_FILEDESCRIPTION_STR "Multi-User GDI Client DLL"
  14. #else
  15. #define VER_FILEDESCRIPTION_STR "GDI Client DLL"
  16. #endif
  17. #include "common.ver"