include: Move inline assembly definitions to a new wine/asm.h header.
commitd5a372abbba2e174de78855bdd4a004b56cdc006
authorAlexandre Julliard <julliard@winehq.org>
Tue, 14 May 2019 10:30:46 +0000 (14 12:30 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 14 May 2019 11:45:07 +0000 (14 13:45 +0200)
tree5b31a83efba8ad66c132e27f915559a29fb84d6f
parent132cf25ed6df160db9df479fb7974c00110aaa58
include: Move inline assembly definitions to a new wine/asm.h header.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
46 files changed:
configure
configure.ac
dlls/dbghelp/minidump.c
dlls/dinput/dinput_main.c
dlls/hal/hal.c
dlls/kernel32/debugger.c
dlls/kernel32/module.c
dlls/kernel32/process.c
dlls/kernel32/sync.c
dlls/kernel32/thread.c
dlls/krnl386.exe16/kernel16_private.h
dlls/mshtml/ifacewrap.c
dlls/mshtml/nsembed.c
dlls/msi/custom.c
dlls/msvcp90/cxx.h
dlls/msvcrt/cppexcept.h
dlls/msvcrt/cxx.h
dlls/msvcrt/math.c
dlls/msvcrt/misc.c
dlls/ntdll/large_int.c
dlls/ntdll/ntdll_misc.h
dlls/ntdll/resource.c
dlls/ntoskrnl.exe/ntoskrnl_private.h
dlls/ntoskrnl.exe/sync.c
dlls/ole32/stg_prop.c
dlls/oleaut32/typelib.c
dlls/riched20/txthost.c
dlls/riched20/txtsrv.c
dlls/rpcrt4/cproxy.c
dlls/rpcrt4/ndr_stubless.c
dlls/user32/hook.c
dlls/user32/sysparams.c
dlls/user32/win.c
dlls/user32/winproc.c
dlls/vcomp/main.c
dlls/vssapi/main.c
dlls/wbemprox/builtin.c
dlls/winecrt0/exception.c
include/config.h.in
include/wine/asm.h [new file with mode: 0644]
libs/port/interlocked.c
libs/wine/ldt.c
libs/wine/port.c
loader/preloader.c
loader/preloader_mac.c
programs/wineboot/wineboot.c