1
1
This commit was SVN r15155.
Этот коммит содержится в:
Shiqing Fan 2007-06-21 07:53:47 +00:00
родитель 228d2b4996
Коммит 66d9f8e516

Просмотреть файл

@ -293,8 +293,9 @@ void opal_output_close(int output_id)
closelog();
}
#elif defined(__WINDOWS__)
if(info[output_id].ldi_syslog_ident != NULL)
if(info[output_id].ldi_syslog_ident != NULL) {
DeregisterEventSource(info[output_id].ldi_syslog_ident);
}
#endif
}