search for: __asm_block_begin

Displaying 1 result from an estimated 1 matches for "__asm_block_begin".

2020 Apr 24
0
Wine release 5.7
...n possible. include: Don't override keywords with macros on MSVC. windef.h: Use __thiscall keyword on Clang with MSVC target. winnt.h: Use the same C_ASSERT version on all compilers. debug.h: Use GNU style variadic macros on MSVC clang target. wine/asm.h: Introduce __ASM_BLOCK_BEGIN and __ASM_BLOCK_END macros. msvcirt: Use __ASM_BLOCK_BEGIN and __ASM_BLOCK_END macros. msvcp60: Use __ASM_BLOCK_BEGIN and __ASM_BLOCK_END macros. msvcp90: Use __ASM_BLOCK_BEGIN and __ASM_BLOCK_END macros. msvcrt: Use __ASM_BLOCK_BEGIN and __ASM_BLOCK_END macros. Jeff Smith...