Fix gcc warnings.

This commit is contained in:
Ulf Möller
2000-02-20 20:59:21 +00:00
parent d754b3850f
commit 4ec19e203c
5 changed files with 12 additions and 13 deletions

View File

@@ -133,11 +133,10 @@ static int MS_CALLBACK slg_write(BIO *b, char *in, int inl)
char* buf= in;
char* pp;
#if defined(WIN32)
LPTSTR lpszStrings[2];
LPCSTR lpszStrings[2];
WORD evtype= EVENTLOG_ERROR_TYPE;
int pid = _getpid();
char pidbuf[20];
int pidbufl;
#else
int priority;
#endif