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
664 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: res.rc
  3. *
  4. * Copyright (c) 1991, Microsoft Corporation
  5. *
  6. * Main winlogon resource file.
  7. *
  8. * History:
  9. * 12-09-91 Davidc Created.
  10. \***************************************************************************/
  11. #include <windows.h>
  12. //#include <winbasep.h>
  13. #include <userenv.h>
  14. #include <ntverp.h>
  15. #define VER_FILETYPE VFT_APP
  16. #define VER_FILESUBTYPE VFT2_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "RDP Extension DLL"
  18. #define VER_INTERNALNAME_STR "RDPWSX\0"
  19. #define VER_ORIGINALFILENAME_STR "RDPWSX.dll"
  20. #include "common.ver"