* openeventlog -> openeventloga.

git-svn-id: trunk@24693 -
This commit is contained in:
marco 2013-06-01 09:57:28 +00:00
parent c5401e381d
commit 6e855a334d

View File

@ -32,7 +32,7 @@ Procedure TEventLog.ActivateSystemLog;
begin
CheckIdentification;
FLogHandle := Pointer(OpenEventLog(Nil,Pchar(Identification)));
FLogHandle := Pointer(OpenEventLogA(Nil,Pchar(Identification)));
If (FLogHandle=Nil) and FRaiseExceptionOnError then
Raise ELogError.CreateFmt(SErrNoSysLog,[GetLastError]);
end;