18 lines
233 B
Plaintext
18 lines
233 B
Plaintext
#include <winuser.h>
|
|
#include <commctrl.h>
|
|
#include <shlobj.h>
|
|
#include "resource.h"
|
|
|
|
#include "userstub.rcv"
|
|
|
|
#include <stubres.h>
|
|
#include <inststub.rc>
|
|
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_DESKTOP "Internet Explorer"
|
|
|
|
END
|
|
|