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.

21 lines
745 B

  1. /******************************Module*Header**********************************\
  2. *
  3. * *******************
  4. * * GDI SAMPLE CODE *
  5. * *******************
  6. *
  7. * Module Name: kdexts.rc
  8. *
  9. * Copyright (c) 1994-1998 3Dlabs Inc. Ltd. All rights reserved.
  10. * Copyright (c) 1995-1999 Microsoft Corporation. All rights reserved.
  11. \*****************************************************************************/
  12. #include <windows.h>
  13. #include <ntverp.h>
  14. #define VER_FILETYPE VFT_DLL
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "Driver Symbolic Debugger Extensions"
  17. #define VER_INTERNALNAME_STR "p2kdx.dll"
  18. #include "common.ver"