Source code of Windows XP (NT5)
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
772 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 "msgina.h"
  12. #include <ginarcid.h>
  13. #include "strings.rc"
  14. #include "dialogs.rc"
  15. #include "bitmaps.rc"
  16. #include "icons.rc"
  17. #include "wlevents.rc"
  18. IDA_ANIMATE AVI "res\\cad.avi"
  19. #include <ntverp.h>
  20. #define VER_FILETYPE VFT_DLL
  21. #define VER_FILESUBTYPE VFT2_UNKNOWN
  22. #define VER_FILEDESCRIPTION_STR "Windows NT Logon GINA DLL"
  23. #define VER_INTERNALNAME_STR "msgina\0"
  24. #define VER_ORIGINALFILENAME_STR "MSGINA.DLL"
  25. #include "common.ver"