summaryrefslogtreecommitdiffstats
path: root/tests/testdatabase.c
Commit message (Expand)AuthorAgeFilesLines
...
* make Unicode APIs privatePaolo Bonzini2012-12-061-88/+88
* convert tests to use char APIs onlyPaolo Bonzini2012-12-061-72/+41
* make MsiDatabaseExport accept a file descriptorPaolo Bonzini2012-12-061-11/+22
* make MsiRecordSetStream ASCII-onlyPaolo Bonzini2012-12-061-1/+1
* make MsiDatabaseImport ASCII onlyPaolo Bonzini2012-12-061-6/+6
* make MsiOpenDatabase ASCII onlyPaolo Bonzini2012-12-061-3/+3
* remove string argument from MsiGetSummaryInformationPaolo Bonzini2012-12-061-3/+3
* use uint64_t instead of FILETIMEPaolo Bonzini2012-12-061-1/+1
* do not use lstr functionsPaolo Bonzini2012-12-061-231/+231
* ok, things start to be readablePaolo Bonzini2012-12-061-321/+321
* get rid of the useless Win32 BOOL typePaolo Bonzini2012-12-061-47/+47
* get rid of the stupid Win32 CHAR typePaolo Bonzini2012-12-061-50/+50
* get rid of stupid Win32 integer typesPaolo Bonzini2012-12-061-141/+141
* make MSIOBJECT arguments explicitly pointersPaolo Bonzini2012-12-061-82/+173
* get rid of P/LP typesPaolo Bonzini2012-12-061-29/+29
* get rid of handlesPaolo Bonzini2012-12-061-82/+82
* correctly reset NULL pointers in the testsPaolo Bonzini2012-12-061-1/+73
* small test fixesPaolo Bonzini2012-12-061-1/+1
* add testsPaolo Bonzini2012-12-061-0/+9380