diff options
Diffstat (limited to 'libntp/log.h')
-rw-r--r-- | libntp/log.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/libntp/log.h b/libntp/log.h deleted file mode 100644 index 99d0e72..0000000 --- a/libntp/log.h +++ /dev/null @@ -1,21 +0,0 @@ -/* - * log.h - Used only under Windows NT by msyslog.c - * - */ -#ifndef WINNT_LOG_H -#define WINNT_LOG_H - -#include <windows.h> - -/* function declarations */ - -void addSourceToRegistry(LPSTR pszAppname, LPSTR pszMsgDLL); -void reportAnIEvent(DWORD dwIdEvent, WORD cStrings, LPTSTR *pszStrings); -void reportAnWEvent(DWORD dwIdEvent, WORD cStrings, LPTSTR *pszStrings); -void reportAnEEvent(DWORD dwIdEvent, WORD cStrings, LPTSTR *pszStrings); - -#define MAX_MSG_LENGTH 1024 -#define MSG_ID_MASK 0x0000FFFF -#define MAX_INSERT_STRS 8 - -#endif /* WINNT_LOG_H */ |