]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/win32/dird/winservice.cpp
Initial commit of the new Windows installer.
[bacula/bacula] / bacula / src / win32 / dird / winservice.cpp
index 604c6db64aa1462f2525d433249f5f6bac414c4f..15521bf521a5a222cc8c0c0ca222a01f27cb083c 100644 (file)
@@ -98,7 +98,7 @@ PostToBacula(UINT message, WPARAM wParam, LPARAM lParam)
   // Post the message to Bacula
   PostMessage(hservwnd, message, wParam, lParam);
 #endif
-  return TRUE;
+  return FALSE;
 }