mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
0f4f3d7cd8
- Implement more CComBSTR methods. Patch by Mark Jansen. CORE-10478 #resolve svn path=/trunk/; revision=69815
12 lines
173 B
Plaintext
12 lines
173 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
|
|
|