Alexandre Julliard : include: Move inline assembly definitions to a new wine/asm.h header.

Alexandre Julliard julliard at winehq.org
Tue May 14 15:43:01 CDT 2019


Module: wine
Branch: master
Commit: d5a372abbba2e174de78855bdd4a004b56cdc006
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=d5a372abbba2e174de78855bdd4a004b56cdc006

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue May 14 12:30:46 2019 +0200

include: Move inline assembly definitions to a new wine/asm.h header.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure                             | 245 ----------------------------------
 configure.ac                          |  95 +------------
 dlls/dbghelp/minidump.c               |   1 +
 dlls/dinput/dinput_main.c             |   1 +
 dlls/hal/hal.c                        |   1 +
 dlls/kernel32/debugger.c              |   1 +
 dlls/kernel32/module.c                |   1 +
 dlls/kernel32/process.c               |   1 +
 dlls/kernel32/sync.c                  |   1 +
 dlls/kernel32/thread.c                |   1 +
 dlls/krnl386.exe16/kernel16_private.h |   1 +
 dlls/mshtml/ifacewrap.c               |   1 +
 dlls/mshtml/nsembed.c                 |   1 +
 dlls/msi/custom.c                     |   1 +
 dlls/msvcp90/cxx.h                    |   2 +
 dlls/msvcrt/cppexcept.h               |   2 +
 dlls/msvcrt/cxx.h                     |   2 +
 dlls/msvcrt/math.c                    |   1 +
 dlls/msvcrt/misc.c                    |   1 +
 dlls/ntdll/large_int.c                |   1 +
 dlls/ntdll/ntdll_misc.h               |   1 +
 dlls/ntdll/resource.c                 |   1 +
 dlls/ntoskrnl.exe/ntoskrnl_private.h  |   2 +
 dlls/ntoskrnl.exe/sync.c              |   1 +
 dlls/ole32/stg_prop.c                 |   1 +
 dlls/oleaut32/typelib.c               |   1 +
 dlls/riched20/txthost.c               |   1 +
 dlls/riched20/txtsrv.c                |   1 +
 dlls/rpcrt4/cproxy.c                  |   1 +
 dlls/rpcrt4/ndr_stubless.c            |   1 +
 dlls/user32/hook.c                    |   1 +
 dlls/user32/sysparams.c               |   1 +
 dlls/user32/win.c                     |   1 +
 dlls/user32/winproc.c                 |   1 +
 dlls/vcomp/main.c                     |   1 +
 dlls/vssapi/main.c                    |   1 +
 dlls/wbemprox/builtin.c               |   1 +
 dlls/winecrt0/exception.c             |   6 +-
 include/config.h.in                   |  20 ---
 include/wine/asm.h                    |  66 +++++++++
 libs/port/interlocked.c               |   4 +-
 libs/wine/ldt.c                       |   1 +
 libs/wine/port.c                      |   1 +
 loader/preloader.c                    |   1 +
 loader/preloader_mac.c                |   1 +
 programs/wineboot/wineboot.c          |   1 +
 46 files changed, 116 insertions(+), 364 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=d5a372abbba2e174de78855bdd4a004b56cdc006



More information about the wine-cvs mailing list