]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/events.c
Ignore UTF-8 marker at the start of .conf files.
[bacula/bacula] / bacula / src / lib / events.c
index 861c8c8b785d61814460d39a2cb063ec8166ecf6..c89c413f02437dcc2d86771a5a0f65dccbeca31a 100644 (file)
@@ -138,9 +138,7 @@ bailout:
 
 #endif /* IMPLEMENTED */
 
-#if defined(HAVE_CYGWIN) || defined(HAVE_WIN32)
-
-#include <windows.h>
+#if defined(HAVE_WIN32)
 
 extern UPSINFO myUPS;
 extern int shm_OK;
@@ -172,4 +170,4 @@ void FillEventsBox(HWND hwnd, int idlist)
     return;
 }
 
-#endif /* HAVE_CYGWIN */
+#endif /* HAVE_WIN32 */