mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 23:30:07 +08:00
[APPHELP] Make some more tests pass
This commit is contained in:
@@ -501,7 +501,9 @@ BOOL WINAPI SdbGetDatabaseVersion(LPCWSTR database, PDWORD VersionHi, PDWORD Ver
|
||||
*/
|
||||
BOOL WINAPI SdbGetDatabaseInformation(PDB pdb, PDB_INFORMATION information)
|
||||
{
|
||||
if (pdb && information)
|
||||
RtlZeroMemory(information, sizeof(*information));
|
||||
|
||||
if (pdb)
|
||||
{
|
||||
information->dwFlags = 0;
|
||||
information->dwMajor = pdb->major;
|
||||
|
||||
Reference in New Issue
Block a user