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.

36 lines
1.1 KiB

  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 Microsoft Corporation
  8. *
  9. \**************************************************************************/
  10. #include "wndstuff.h"
  11. //!!!TODO: Office cannot use resource strings, so built-in codecs will
  12. //!!! have hardcoded strings for now. Need to figure out how to
  13. //!!! make these localizable (maybe hardcoded for gdipstat.lib,
  14. //!!! resource strings for gdiplus.dll?).
  15. //#define USE_RESOURCE_STRINGS
  16. #if defined(USE_RESOURCE_STRINGS)
  17. #include "imgrsrc.rc"
  18. #endif
  19. MainMenu MENU
  20. BEGIN
  21. MENUITEM "&Test", MM_TEST
  22. END
  23. #include <windows.h>
  24. #include "ntverp.h"
  25. #define VER_LEGALCOPYRIGHT_YEARS "1981-1999"
  26. #define VER_FILETYPE VFT_APP
  27. #define VER_FILESUBTYPE VFT2_UNKNOWN
  28. #define VER_FILEDESCRIPTION_STR "GDI+ test"
  29. #define VER_INTERNALNAME_STR "unknown"
  30. #include "common.ver"