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.

32 lines
932 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: w32rc.rc
  3. *
  4. * Copyright (c) 1985-96, Microsoft Corporation
  5. *
  6. * This file contains common RC related defines for WIN32K.SYS resources
  7. * Resources and project specific defines are in .\$(ALT_PROJECT)\w32rc.rc
  8. * which also includes this file.
  9. *
  10. * History:
  11. * Feb-23-1996 GerardoB Added Header
  12. \***************************************************************************/
  13. #include <windows.h>
  14. #include <ntverp.h>
  15. #define VER_FILETYPE VFT_DRV
  16. #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
  17. #define VER_INTERNALNAME_STR "win32k.sys"
  18. #define VER_ORIGINALFILENAME_STR "win32k.sys"
  19. #ifdef _HYDRA_
  20. #define VER_FILEDESCRIPTION_STR "Multi-User Win32 Driver"
  21. #else
  22. #define VER_FILEDESCRIPTION_STR "Win32 Driver"
  23. #endif
  24. #include "common.ver"
  25. #include "..\ntgdi\gre\grerc.rc"