summaryrefslogtreecommitdiffstats
path: root/libmsi/alter.c
Commit message (Collapse)AuthorAgeFilesLines
* convert array-strings to literalsPaolo Bonzini2012-12-061-13/+5
|
* eliminate Windows dependenciesPaolo Bonzini2012-12-061-5/+0
|
* eliminate WCHARPaolo Bonzini2012-12-061-8/+8
|
* port to libgsfPaolo Bonzini2012-12-061-1/+1
| | | | | | | | | | | | status: - record+suminfo pass - the following tests fail in testdatabase: try_transform, stringtable, deleterow, storages_table, createtable. Some of these are not enabled on POSIX systems, but the others pass there. TODO: port the missing tests to libgsf, run them against the IStorage version and again with the new one. verify that the testsuite passes on POSIX systems.
* LibmsiViews are not objectsPaolo Bonzini2012-12-061-1/+1
|
* remove libmsi_query_modifyPaolo Bonzini2012-12-061-11/+0
|
* introduce LibmsiResultPaolo Bonzini2012-12-061-21/+21
|
* abandon camelcasePaolo Bonzini2012-12-061-30/+30
|
* allocate views with alloc_msiobjectPaolo Bonzini2012-12-061-1/+1
|
* rename View functions to QueryPaolo Bonzini2012-12-061-2/+2
| | | | | The implementation-side "view" concept is different from the API side. Rename the API to make it more consistent.
* ok, things start to be readablePaolo Bonzini2012-12-061-35/+35
| | | | fix
* get rid of the useless Win32 BOOL typePaolo Bonzini2012-12-061-3/+3
|
* get rid of stupid Win32 integer typesPaolo Bonzini2012-12-061-22/+22
|
* remove superfluous "struct tagMSIVIEW"Paolo Bonzini2012-12-061-10/+10
|
* get rid of P/LP typesPaolo Bonzini2012-12-061-5/+5
|
* we finally have our own headerPaolo Bonzini2012-12-061-1/+1
|
* promote wine includes to main source directoryPaolo Bonzini2012-12-061-1/+1
|
* header file dietPaolo Bonzini2012-12-061-1/+0
|
* butcher debugging interfacesPaolo Bonzini2012-12-061-1/+0
|
* initial commitPaolo Bonzini2012-10-221-0/+285