* fixed typos

This commit is contained in:
peter 2003-04-01 15:56:58 +00:00
parent 47b226c340
commit c97c827e09
2 changed files with 25 additions and 25 deletions

View File

@ -143,7 +143,7 @@ begin
begin
If CustomLogType=0 then
CustomLogType:=EVENTLOG_SUCCESS;
Result:=CustomLogType
Result:=CustomLogType;
DoGetCustomEvent(Result);
end
else

View File

@ -31,7 +31,7 @@ end;
function TRegistry.sysCreateKey(const Key: String): Boolean;
Var
P: PChar;
Disposition: Integer;
Disposition: Dword;
Handle: HKEY;
SecurityAttributes: Pointer; //LPSECURITY_ATTRIBUTES;