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
736 B
29 lines
736 B
/******************************Module*Header*******************************\
|
|
* Module Name: wndstuff.rc
|
|
*
|
|
* Created: 09-Dec-1992 10:50:23
|
|
* Author: Kirk Olynyk [kirko]
|
|
*
|
|
* Copyright (c) 1991-1999 Microsoft Corporation
|
|
*
|
|
\**************************************************************************/
|
|
|
|
#include "wndstuff.h"
|
|
|
|
MainMenu MENU
|
|
BEGIN
|
|
MENUITEM "&Test", MM_TEST
|
|
END
|
|
|
|
#include <windows.h>
|
|
#include "ntverp.h"
|
|
|
|
#define VER_LEGALCOPYRIGHT_YEARS "1981-1999"
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "GDI+ test"
|
|
#define VER_INTERNALNAME_STR "unknown"
|
|
|
|
#include "common.ver"
|
|
|
|
|