Sfoglia il codice sorgente

* Fixed Bug #24320 with patch as suggested by submitter

git-svn-id: trunk@24322 -
michael 12 anni fa
parent
commit
742b9b5359
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      packages/fcl-extra/src/win/daemonapp.inc

+ 2 - 0
packages/fcl-extra/src/win/daemonapp.inc

@@ -368,6 +368,8 @@ begin
           else
             Terminate;
           end;
+        if not Terminated then
+          WaitMessage;  
       Until Terminated;
       end;
   finally