11 lines
259 B
Plaintext
11 lines
259 B
Plaintext
#include "resource.h"
|
|
#include <windows.h>
|
|
|
|
IDI_KFSAMPLE_ICON ICON "handler_24bit.ico"
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_KFSAMPLE_TOOLTIP "KnownFolders offer handy tooltips!"
|
|
IDS_KFSAMPLE_LOCALIZEDNAME "This is my Sample KnownFolder!"
|
|
END
|