mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
12 lines
173 B
Text
12 lines
173 B
Text
|
#include <windef.h>
|
||
|
#include "resource.h"
|
||
|
|
||
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||
|
|
||
|
STRINGTABLE
|
||
|
BEGIN
|
||
|
IDS_TEST1 "Test string one."
|
||
|
IDS_TEST2 "I am a happy BSTR"
|
||
|
END
|
||
|
|