9 Jul
2018
9 Jul
'18
12:39 p.m.
Dmitry Timoshkov <dmitry(a)baikal.ru> writes:
+ else + { + ok(hr == E_FAIL, "%d: got %#x\n", i, hr); +#ifdef _WIN64 + ok(handle == 0, "%d: got %#x\n", i, handle); +#else + ok(handle == 0xdeadbeef, "%d: got %#x\n", i, handle); +#endif
Is there an app that depends on the behavior being different between 32 and 64-bit? -- Alexandre Julliard julliard(a)winehq.org