Alexandre Julliard pushed to branch master at wine / wine
Commits:
7255e0d8 by Alex Henrie at 2025-01-22T14:04:41+01:00
concrt140: Annotate allocators with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC).
- - - - -
9b7a69de by Alex Henrie at 2025-01-22T14:04:41+01:00
msvcirt: Annotate allocators with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC).
- - - - -
8f3ccea3 by Alex Henrie at 2025-01-22T14:04:41+01:00
msvcp60: Annotate allocators with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC).
- - - - -
70dbb7a7 by Alex Henrie at 2025-01-22T14:04:41+01:00
msvcp90: Annotate allocators with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC).
- - - - -
46400cfc by Alex Henrie at 2025-01-22T14:04:42+01:00
msvcrt: Annotate allocators with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC).
- - - - -
12 changed files:
- dlls/concrt140/details.c
- dlls/concrt140/details.h
- dlls/msvcirt/msvcirt.c
- dlls/msvcirt/msvcirt.h
- dlls/msvcp60/ios.c
- dlls/msvcp60/main.c
- dlls/msvcp60/msvcp.h
- dlls/msvcp90/details.c
- dlls/msvcp90/ios.c
- dlls/msvcp90/msvcp90.h
- dlls/msvcp90/msvcp_main.c
- dlls/msvcrt/msvcrt.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e5e7d904b42b8cebf129b30c92903…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e5e7d904b42b8cebf129b30c92903…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
edf72a05 by Alexandre Julliard at 2025-01-22T13:49:50+01:00
shell32: Move some function prototypes to shlwapi.h.
- - - - -
08628da6 by Alexandre Julliard at 2025-01-22T13:51:39+01:00
winedump: Dump MUI resources.
- - - - -
7d49e617 by Alexandre Julliard at 2025-01-22T13:52:00+01:00
wrc: Remove the unused res_count structure.
- - - - -
7 changed files:
- dlls/shell32/shellpath.c
- dlls/shell32/shlexec.c
- include/shlwapi.h
- tools/winedump/pe.c
- tools/wrc/newstruc.c
- tools/wrc/newstruc.h
- tools/wrc/wrctypes.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/676ecbe78430985be9f8cb89d0cf9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/676ecbe78430985be9f8cb89d0cf9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a6e86eb2 by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys/tests: Add some tests for PropVariantChangeType(VT_UI4).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
851f5c04 by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys: Implement PropVariantToStringAlloc(VT_UI2).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6f891f92 by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys: Implement PropVariantToStringAlloc(VT_I4).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5e3b1c9d by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys: Implement PropVariantToStringAlloc(VT_I2).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
32bbe8da by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys: Implement PropVariantToStringAlloc(VT_I1).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
81284188 by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys: Implement PropVariantToStringAlloc(VT_UI1).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
620d5af4 by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys: Implement PropVariantToStringAlloc(VT_UI4).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
325a33da by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys: Implement PropVariantToStringAlloc(VT_I8).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
c8151e5c by Nikolay Sivov at 2025-01-22T13:02:43+01:00
propsys: Implement PropVariantToStringAlloc(VT_UI8).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/propsys/propvar.c
- dlls/propsys/tests/propsys.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eb9e90b0c03cc4898a295c13e6423…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eb9e90b0c03cc4898a295c13e6423…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
009951db by Nikolay Sivov at 2025-01-22T13:02:43+01:00
include: Update with newer Direct2D types.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
eb9e90b0 by Nikolay Sivov at 2025-01-22T13:02:43+01:00
include: Update with newer DirectWrite types.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- include/d2d1_3.idl
- include/dwrite_3.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/28f0be3c9c5ebb5ec1d819388bebb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/28f0be3c9c5ebb5ec1d819388bebb…
You're receiving this email because of your account on gitlab.winehq.org.