Skip to content

Commit 2394172

Browse files
[APPHELP] Sdb*DatabaseInformation*(): 2 minor tweaks (reactos#8364)
Addendum to commit 0d11eb1. - s/LPCTSTR/LPCWSTR/ - Fix comment indentation.
1 parent f0e888a commit 2394172

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

dll/appcompat/apphelp/sdbapi.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -530,20 +530,20 @@ BOOL WINAPI SdbGetDatabaseInformation(PDB pdb, PDB_INFORMATION information)
530530
* @return TRUE on success
531531
*/
532532
BOOL WINAPI
533-
SdbGetDatabaseInformationByName(_In_ LPCTSTR lpwszFileName, _Outptr_ PDB_INFORMATION *ppAttrInfo)
533+
SdbGetDatabaseInformationByName(_In_ LPCWSTR lpwszFileName, _Outptr_ PDB_INFORMATION *ppAttrInfo)
534534
{
535535
SHIM_ERR("Unimplemented\n");
536536
*ppAttrInfo = NULL;
537537
return FALSE;
538538
}
539539

540540
/**
541-
* @unimplemented
542-
* @name SdbFreeDatabaseInformation
543-
* Free up resources allocated in SdbGetDatabaseInformationByName
544-
*
545-
* @param information The information retrieved from SdbGetDatabaseInformationByName
546-
*/
541+
* @unimplemented
542+
* @name SdbFreeDatabaseInformation
543+
* Free up resources allocated in SdbGetDatabaseInformationByName
544+
*
545+
* @param information The information retrieved from SdbGetDatabaseInformationByName
546+
*/
547547
VOID WINAPI SdbFreeDatabaseInformation(_In_opt_ PDB_INFORMATION information)
548548
{
549549
SHIM_ERR("Unimplemented\n");

0 commit comments

Comments
 (0)