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.

29 lines
788 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: wndstuff.rc
  3. *
  4. * Created: 09-Dec-1992 10:50:23
  5. * Author: Kirk Olynyk [kirko]
  6. *
  7. * Copyright (c) 1991-1999 Microsoft Corporation
  8. *
  9. \**************************************************************************/
  10. #include "wndstuff.h"
  11. MainMenu MENU
  12. BEGIN
  13. MENUITEM "&Test", MM_TEST
  14. END
  15. #include <windows.h>
  16. #include "ntverp.h"
  17. #define VER_LEGALCOPYRIGHT_YEARS "1981-1999"
  18. #define VER_FILETYPE VFT_APP
  19. #define VER_FILESUBTYPE VFT2_UNKNOWN
  20. #define VER_FILEDESCRIPTION_STR "GDI+ test"
  21. #define VER_INTERNALNAME_STR "unknown"
  22. #include "common.ver"
  23. IDB_BITMAPCMYKTEST BITMAP DISCARDABLE "colors.bmp"