aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/test/unit_tests/resource.rc
blob: 4ff6e5cb0256cc511e7dd9efaba702b3532e7ca6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                         
#include "resource_ids.h"

#include <windows.h>

STRINGTABLE
{
    IDS_TEST_STRING, "This is a test resource string!"
    IDS_TEST_STRING_WIDE, L"This is another test string, wide this time."
}

// 0xdeadbeef, byte by byte
ID_TEST_DATA RCDATA
{
    0xadde, 0xefbe
}