Nikolay Sivov (@nsivov) commented about dlls/combase/tests/string.c:
HSTRING str;
};
- };
+}; +#pragma pack(pop)
+static void test_marshal(void) +{
- static const WCHAR str_buf[] = L"marshal_test1";
- static const ULONG str_len = ARRAY_SIZE(str_buf) - 1;
- static const ULONG str_bytes = str_len * sizeof(WCHAR);
+#ifdef _WIN64
- const ULONG exp_prefix = WDT_INPROC64_CALL;
+#else
- const ULONG exp_prefix = WDT_INPROC_CALL;
+#endif
This value is called context everywhere else.