Fixed compile for Linux.

This commit is contained in:
skarg
2009-10-16 14:11:58 +00:00
parent a7c598306b
commit e10e1f2614
+1 -1
View File
@@ -285,9 +285,9 @@ uint16_t MSTP_Get_Reply(
static char Capture_Filename[32] = "mstp_20090123091200.cap";
static FILE *pFile = NULL; /* stream pointer */
#if defined(_WIN32)
static HANDLE hPipe = NULL; /* pipe handle */
#if defined(_WIN32)
static void named_pipe_create(char *name)
{
fprintf(stdout, "mstpcap: Creating Named Pipe \"%s\"\n", name);