[PATCH 00/19] Starting migration of programs/ to long types compilation

Eric Pouech eric.pouech at gmail.com
Fri Feb 4 02:55:43 CST 2022


A bunch of them... nothing fancy
A+

---

Eric Pouech (19):
      programs/attrib: enable compilation with long types
      programs/cabarc: enable compilation with long types
      programs/chcp.com: enable compilation with long types
      programs/conhost: enable compilation with long types
      programs/[cw]script: enable compilation with long types
      programs/dxdiag: enable compilation with long types
      programs/eject: enable compilation with long types
      programs/explorer: enable compilation with long types
      programs/fsutil: enable compilation with long types
      programs/msiexec: enable compilation with long types
      programs/net: enable compilation with long types
      programs/netstat: enable compilation with long types
      programs/ping: enable compilation with long types
      programs/plugplay: enable compilation with long types
      programs/presentationfontcache: enable compilation with long types
      programs/regedit: enable compilation with long types
      programs/reg: enable compilation with long types
      programs/regsvr32: enable compilation with long types
      programs/rpcss: enable compilation with long types


 programs/attrib/Makefile.in                |  1 -
 programs/attrib/attrib.c                   |  6 +--
 programs/cabarc/Makefile.in                |  1 -
 programs/cabarc/cabarc.c                   |  2 +-
 programs/chcp.com/Makefile.in              |  1 -
 programs/chcp.com/main.c                   |  4 +-
 programs/conhost/Makefile.in               |  1 -
 programs/conhost/conhost.c                 | 18 ++++----
 programs/conhost/window.c                  | 10 ++---
 programs/cscript/Makefile.in               |  2 +-
 programs/dxdiag/Makefile.in                |  1 -
 programs/dxdiag/information.c              |  2 +-
 programs/dxdiag/output.c                   |  6 +--
 programs/eject/Makefile.in                 |  1 -
 programs/eject/eject.c                     |  6 +--
 programs/explorer/Makefile.in              |  1 -
 programs/explorer/appbar.c                 |  2 +-
 programs/explorer/desktop.c                | 52 +++++++++++-----------
 programs/explorer/explorer.c               |  4 +-
 programs/explorer/systray.c                |  2 +-
 programs/fsutil/Makefile.in                |  1 -
 programs/fsutil/main.c                     |  2 +-
 programs/msiexec/Makefile.in               |  1 -
 programs/msiexec/msiexec.c                 | 12 ++---
 programs/msiexec/service.c                 |  4 +-
 programs/net/Makefile.in                   |  1 -
 programs/net/net.c                         |  4 +-
 programs/netstat/Makefile.in               |  1 -
 programs/netstat/netstat.c                 |  2 +-
 programs/ping/Makefile.in                  |  1 -
 programs/ping/ping_main.c                  |  2 +-
 programs/plugplay/Makefile.in              |  1 -
 programs/plugplay/main.c                   |  8 ++--
 programs/presentationfontcache/Makefile.in |  1 -
 programs/presentationfontcache/main.c      |  2 +-
 programs/reg/Makefile.in                   |  1 -
 programs/reg/import.c                      |  2 +-
 programs/reg/reg.c                         |  4 +-
 programs/regedit/Makefile.in               |  1 -
 programs/regedit/edit.c                    |  2 +-
 programs/regedit/framewnd.c                |  2 +-
 programs/regedit/main.c                    |  2 +-
 programs/regedit/regedit.c                 |  6 +--
 programs/regsvr32/Makefile.in              |  1 -
 programs/regsvr32/regsvr32.c               |  6 +--
 programs/rpcss/Makefile.in                 |  1 -
 programs/rpcss/epmp.c                      | 10 ++---
 programs/rpcss/irotp.c                     |  8 ++--
 programs/rpcss/rpcss_main.c                |  4 +-
 programs/wscript/Makefile.in               |  1 -
 programs/wscript/arguments.c               |  8 ++--
 programs/wscript/host.c                    | 10 ++---
 programs/wscript/main.c                    |  6 +--
 53 files changed, 111 insertions(+), 130 deletions(-)




More information about the wine-devel mailing list