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.

33 lines
864 B

  1. /******************************Module*Header*******************************\
  2. * Module Name: wndstuff.rc
  3. *
  4. * Created: 23 December 1999
  5. * Author: Adrian Secchia [asecchia]
  6. *
  7. * Copyright (c) 1999 Microsoft Corporation
  8. *
  9. \**************************************************************************/
  10. #include "wndstuff.h"
  11. MainMenu MENU DISCARDABLE
  12. BEGIN
  13. POPUP "File"
  14. BEGIN
  15. MENUITEM "Open", IDM_OPENFILE
  16. END
  17. MENUITEM "Quit", IDM_QUIT
  18. END
  19. #include <windows.h>
  20. #include "ntverp.h"
  21. #define VER_LEGALCOPYRIGHT_YEARS "1981-2000"
  22. #define VER_FILETYPE VFT_APP
  23. #define VER_FILESUBTYPE VFT2_UNKNOWN
  24. #define VER_FILEDESCRIPTION_STR "GDI+ test"
  25. #define VER_INTERNALNAME_STR "unknown"
  26. #include "common.ver"