Browse Source

* Forgot to commit OS/2 file in r15586

git-svn-id: trunk@15587 -
joost 15 years ago
parent
commit
a6542d988e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      packages/fcl-base/src/os2/eventlog.inc

+ 6 - 0
packages/fcl-base/src/os2/eventlog.inc

@@ -228,6 +228,12 @@ begin
   Result:=True;
 end;
 
+Function TEventLog.UnRegisterMessageFile : Boolean;
+
+begin
+  Result:=True;
+end;
+
 function TEventLog.MapTypeToCategory(EventType: TEventType): Word;
 begin
   Result:=0;