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.
|
|
//********************************************************************* //* Microsoft Windows ** //* Copyright(c) Microsoft Corp., 1999 ** //********************************************************************* #include <windows.h> #include "resource.h"
#include <ntverp.h> #define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT_UNKNOWN #define VER_FILEDESCRIPTION_STR "Microsoft Out of Box Experience" #define VER_INTERNALNAME_STR "MSOBSHEL" #define VER_ORIGINALFILENAME_STR "MSOBSHEL.DLL" #include <common.ver>
STATPANE_RESOURCE 23 DISCARDABLE "res\\statpane.htm"
act_top.gif 23 DISCARDABLE "res\\act_top.gif" inact_top.gif 23 DISCARDABLE "res\\inact_top.gif" active.gif 23 DISCARDABLE "res\\active.gif" inactive.gif 23 DISCARDABLE "res\\inactive.gif" statuspt.gif 23 DISCARDABLE "res\\statuspt.gif"
STRINGTABLE DISCARDABLE BEGIN IDS_ISPINFO_FILENAME "%1 Information.htm" IDS_ISPINFO_FILENAME_COPY "%1 Information(%2).htm" END
|