mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
12 lines
184 B
Plaintext
12 lines
184 B
Plaintext
|
|
#include <windef.h>
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_RES_CAPTION "Resource Caption"
|
|
IDS_RES_MESSAGE "Resource Message"
|
|
END
|