[PATCH 7/7] win32u: Don't use CDECL for user driver functions.

Jacek Caban jacek at codeweavers.com
Thu Apr 7 08:27:15 CDT 2022


They are no longer used from PE code.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/win32u/driver.c            | 168 ++++++++++++++++----------------
  dlls/wineandroid.drv/android.h  |  52 +++++-----
  dlls/wineandroid.drv/init.c     |  12 +--
  dlls/wineandroid.drv/keyboard.c |   6 +-
  dlls/wineandroid.drv/window.c   |  42 ++++----
  dlls/winemac.drv/clipboard.c    |   2 +-
  dlls/winemac.drv/display.c      |  17 ++--
  dlls/winemac.drv/event.c        |   4 +-
  dlls/winemac.drv/keyboard.c     |  20 ++--
  dlls/winemac.drv/macdrv.h       | 112 ++++++++++-----------
  dlls/winemac.drv/macdrv_main.c  |   4 +-
  dlls/winemac.drv/mouse.c        |  12 +--
  dlls/winemac.drv/opengl.c       |   2 +-
  dlls/winemac.drv/vulkan.c       |   2 +-
  dlls/winemac.drv/window.c       |  42 ++++----
  dlls/winex11.drv/clipboard.c    |   2 +-
  dlls/winex11.drv/display.c      |   4 +-
  dlls/winex11.drv/event.c        |   6 +-
  dlls/winex11.drv/init.c         |   4 +-
  dlls/winex11.drv/keyboard.c     |  14 +--
  dlls/winex11.drv/mouse.c        |  10 +-
  dlls/winex11.drv/settings.c     |   6 +-
  dlls/winex11.drv/window.c       |  54 +++++-----
  dlls/winex11.drv/x11drv.h       | 106 ++++++++++----------
  dlls/winex11.drv/x11drv_main.c  |   4 +-
  include/wine/gdi_driver.h       |  99 +++++++++----------
  26 files changed, 403 insertions(+), 403 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-win32u-Don-t-use-CDECL-for-user-driver-functions.txt
Type: text/x-patch
Size: 96757 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220407/af07341c/attachment.bin>


More information about the wine-devel mailing list