Alexandre Julliard pushed to branch master at wine / wine
Commits:
6c883cee by Tim Clem at 2025-08-14T10:53:32+02:00
win32u: Fix an uninitialized variable warning.
Effectively a false positive, since we only use window_shm if
get_shared_window succeeds, but the compiler doesn't know that.
- - - - -
9c556545 by Tim Clem at 2025-08-14T10:53:35+02:00
win32u: Remove a log message in get_shared_window.
- - - - -
1 changed file:
- dlls/win32u/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b822e25ed2d52c53df7d9474defc7…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b822e25ed2d52c53df7d9474defc7…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8be67931 by Jacek Caban at 2025-08-13T16:21:55+02:00
opengl32: Improve whitespaces in wrapper declarations.
- - - - -
4271971b by Jacek Caban at 2025-08-13T16:21:59+02:00
opengl32: Use extra unix call argument to pass client buffer from glUnmapBuffer.
- - - - -
513b820d by Jacek Caban at 2025-08-13T16:22:02+02:00
opengl32: Use extra unix call argument to pass client buffer from glUnmapNamedBuffer.
- - - - -
1694a0cf by Jacek Caban at 2025-08-13T16:22:05+02:00
opengl32: Use wow64 wrappers for glMapBuffer and glMapBufferARB implementations.
- - - - -
7a099036 by Jacek Caban at 2025-08-13T16:22:08+02:00
opengl32: Use wow64 wrappers for glMapBufferRange.
- - - - -
06da2df3 by Jacek Caban at 2025-08-13T16:22:45+02:00
opengl32: Use wow64 wrappers for glMapNamedBuffer and glMapNamedBufferEXT.
- - - - -
b822e25e by Jacek Caban at 2025-08-13T16:22:45+02:00
opengl32: Use wow64 wrappers for glMapNamedBufferRange and glMapNamedBufferRangeEXT.
- - - - -
6 changed files:
- dlls/opengl32/make_opengl
- dlls/opengl32/unix_thunks.c
- dlls/opengl32/unix_thunks.h
- dlls/opengl32/unix_wgl.c
- dlls/opengl32/unixlib.h
- dlls/opengl32/wgl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3d8e31dfc824c19f2c981f05c97f7…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3d8e31dfc824c19f2c981f05c97f7…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9af73436 by Paul Gofman at 2025-08-13T16:09:14+02:00
nsiproxy.sys: Implement IP interface table.
- - - - -
0acf6e20 by Paul Gofman at 2025-08-13T16:09:14+02:00
iphlpapi: Implement GetIpInterfaceTable().
- - - - -
4f6ffdbb by Paul Gofman at 2025-08-13T16:09:14+02:00
nsi/tests: Add tests for IP interface table.
- - - - -
3d8e31df by Paul Gofman at 2025-08-13T16:09:14+02:00
iphlpapi: Implement GetIpInterfaceEntry().
- - - - -
8 changed files:
- dlls/iphlpapi/iphlpapi.spec
- dlls/iphlpapi/iphlpapi_main.c
- dlls/iphlpapi/tests/iphlpapi.c
- dlls/nsi/tests/nsi.c
- dlls/nsiproxy.sys/ip.c
- dlls/nsiproxy.sys/unix_private.h
- include/netioapi.h
- include/wine/nsi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/19fde485d98211c01cd5ef812edfa…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/19fde485d98211c01cd5ef812edfa…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
321c3a7a by Vibhav Pant at 2025-08-13T16:09:14+02:00
vccorlib140: Add stub for GetActivationFactoryByPCWSTR.
- - - - -
df7037e5 by Vibhav Pant at 2025-08-13T16:09:14+02:00
vccorlib140: Implement GetActivationFactoryByPCWSTR.
- - - - -
3addf173 by Vibhav Pant at 2025-08-13T16:09:14+02:00
vccorlib140: Add stub for GetIidsFn.
- - - - -
350bb7c6 by Vibhav Pant at 2025-08-13T16:09:14+02:00
vccorlib140: Implement GetIidsFn.
- - - - -
3 changed files:
- dlls/vccorlib140/tests/vccorlib.c
- dlls/vccorlib140/vccorlib.c
- dlls/vccorlib140/vccorlib140.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9206673e9d4a60511ef22b6890695…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9206673e9d4a60511ef22b6890695…
You're receiving this email because of your account on gitlab.winehq.org.