This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
wine
Watch
1
Star
0
Fork
0
You've already forked wine
mirror of
https://github.com/reactos/wine.git
synced
2024-12-05 02:07:16 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
fb1fada93a
wine
/
dlls
/
msi
History
James Hawkins
8fe8a100c8
msi: Free the enumeration data returned by IEnumSTATSTG_Next.
2009-12-14 12:20:48 +01:00
..
tests
msi: Free the enumeration data returned by IEnumSTATSTG_Next.
2009-12-14 12:20:48 +01:00
action.c
msi: Add a NULL terminator to file->dest after reallocation.
2009-12-08 12:36:51 +01:00
alter.c
appsearch.c
automation.c
msi: Don't free str until the last instance of its use.
2009-12-14 12:19:58 +01:00
classes.c
cond.y
create.c
custom.c
database.c
msi: Fix a record handle leak.
2009-12-14 12:20:25 +01:00
delete.c
dialog.c
distinct.c
drop.c
msi: Implement DROP_delete that deletes the drop view. We were leaking the view before.
2009-12-14 12:20:33 +01:00
events.c
files.c
msi: Shedule rename operation also for ERROR_USER_MAPPED_FILE.
2009-11-20 14:37:09 +01:00
font.c
format.c
handle.c
helpers.c
insert.c
instabsent.bmp
instadvert.bmp
install.c
msi: MsiSetMode returns a UINT system error code, not a BOOL.
2009-12-04 14:34:57 +01:00
instlocal.bmp
join.c
msi: Free each table object when deleting the join view.
2009-12-14 12:20:43 +01:00
Makefile.in
media.c
msi: Shedule rename operation also for ERROR_USER_MAPPED_FILE.
2009-11-20 14:37:09 +01:00
msi_Bg.rc
msi_Da.rc
msi_De.rc
msi_En.rc
msi_Eo.rc
msi_Es.rc
msi_Fi.rc
msi_Fr.rc
msi_Hu.rc
msi_It.rc
msi_Ko.rc
msi_Lt.rc
msi_main.c
msi_Nl.rc
msi_No.rc
msi_Pl.rc
msi_Pt.rc
msi_Ro.rc
msi_Ru.rc
msi_Si.rc
msi_Sv.rc
msi_Tr.rc
msi_Zh.rc
msi.c
msi: Make sure we don't access pcchValueBuf when szBuffer is NULL, as pcchValueBuf is not required to be initialized in this case.
2009-12-14 12:19:52 +01:00
msi.rc
msi.spec
msipriv.h
msi: Close the original record before copying new data into it.
2009-12-11 12:16:26 +01:00
msiquery.c
msiserver_dispids.h
msi: Stub out a few more Installer object methods.
2009-12-11 12:16:26 +01:00
msiserver.idl
msi: Stub out a few more Installer object methods.
2009-12-11 12:16:26 +01:00
package.c
msi: Set the LogonUser property.
2009-11-17 16:05:15 +01:00
preview.c
query.h
record.c
msi: Close the original record before copying new data into it.
2009-12-11 12:16:26 +01:00
registry.c
regsvr.c
script.c
select.c
msi: Add support for table names in select statements.
2009-11-24 15:53:53 +01:00
source.c
sql.y
storages.c
msi: Free the Streams and Storages view object in their respective delete methods.
2009-12-14 12:20:39 +01:00
streams.c
msi: Free the Streams and Storages view object in their respective delete methods.
2009-12-14 12:20:39 +01:00
string.c
suminfo.c
table.c
msi: Implement DROP_delete that deletes the drop view. We were leaking the view before.
2009-12-14 12:20:33 +01:00
tokenize.c
update.c
upgrade.c
version.rc
where.c