Przeglądaj źródła

* Forgot to commit OS/2 file in r15586

git-svn-id: trunk@15587 -
joost 15 lat temu
rodzic
commit
a6542d988e
1 zmienionych plików z 6 dodań i 0 usunięć
  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;