15 Apr
2016
15 Apr
'16
8:21 a.m.
Sebastian Lackner <sebastian(a)fds-team.de> writes:
START_TEST(virtual) { +#ifdef __x86_64__ + static const char code_current_teb[] = { + 0x65, 0x48, 0x8b, 0x04, 0x25, 0x30, 0x00, 0x00, 0x00, 0xc3 }; +#endif
It would be cleaner to use the existing inline function from winnt.h. -- Alexandre Julliard julliard(a)winehq.org