reactos/rostests/apitests/atl/atl_apitest.rc
Thomas Faber 0f4f3d7cd8 [ATL]
- Implement more CComBSTR methods. Patch by Mark Jansen.
CORE-10478 #resolve

svn path=/trunk/; revision=69815
2015-11-05 10:49:52 +00:00

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