This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: event logging -- cron


Igor Pechtchanski wrote:

David,

<http://cygwin.com/ml/cygwin/2003-03/msg01087.html> might help clear
things up.

From my reading of the related material the patch might easily be (and excuse me as I did not read up on how to submit patches):


25a26,27
> #define CYGWIN_SYSLOG ((DWORD) 0xC0000004L)
>
368c370
<       ReportEventA (hEventSrc, eventType, 0, 0,
---
>       ReportEventA (hEventSrc, eventType, 0, CYGWIN_SYSLOG,
415a418
>



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]