mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
14 lines
227 B
Plaintext
14 lines
227 B
Plaintext
#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
|
|
|
|
IDB_ANT BITMAP "ant.bmp"
|
|
IDB_CROSS BITMAP "cross.bmp"
|