diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-18 00:11:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-18 00:24:13 +0300 |
commit | 3eec1310829f6ec7f3c40a35d5991b0ebbf273b5 (patch) | |
tree | ce8257ca7e35f0471bbc1fd67acd8a1c75969ec9 /test/unit_tests/resource_ids.h | |
parent | process_tests: add stdin redirection test (diff) | |
download | winapi-common-3eec1310829f6ec7f3c40a35d5991b0ebbf273b5.tar.gz winapi-common-3eec1310829f6ec7f3c40a35d5991b0ebbf273b5.zip |
Process: add methods to load resource strings
Diffstat (limited to '')
-rw-r--r-- | test/unit_tests/resource_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/unit_tests/resource_ids.h b/test/unit_tests/resource_ids.h new file mode 100644 index 0000000..46046bf --- /dev/null +++ b/test/unit_tests/resource_ids.h @@ -0,0 +1,3 @@ +#define IDS_TEST_STRING 69 +#define IDS_TEST_STRING_WIDE 70 +#define ID_TEST_DATA 420 |