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.

29 lines
709 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 <testgina.h>
  12. #include "menu.rc"
  13. #include "dialogs.dlg"
  14. #include "strings.rc"
  15. TESTGINAICON ICON testgina.ico
  16. #include <ntverp.h>
  17. #define VER_FILETYPE VFT_APP
  18. #define VER_FILESUBTYPE VFT2_UNKNOWN
  19. #define VER_FILEDESCRIPTION_STR "Windows NT Logon UI tester"
  20. #define VER_INTERNALNAME_STR "testgina\0"
  21. #define VER_ORIGINALFILENAME_STR "TESTGINA.EXE"
  22. #include "common.ver"