[Git][wine/wine][master] nsiproxy.sys: Fix the build on non-Apple, non-Linux systems.
Alexandre Julliard pushed to branch master at wine / wine Commits: 1d05064e by Gerald Pfeifer at 2024-08-01T16:44:51+02:00 nsiproxy.sys: Fix the build on non-Apple, non-Linux systems. commit 5261811d471 revamped the code around pcblist structures, alas assumes a variable mib is always present on non-Apple, non-Linux systems when it is not. And in any case, ARRAY_SIZE should be used for the actual structure it applies to, not a similar one. - - - - - 2 changed files: - dlls/nsiproxy.sys/tcp.c - dlls/nsiproxy.sys/udp.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/1d05064e747f9998fd705345659030e... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/1d05064e747f9998fd705345659030e... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)