From 95b94f75fd801fc6b92be85eb490a8ab51136761 Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 5 Jun 2009 19:34:08 +0000 Subject: [PATCH] removed process.h which causes mingw to fail from command line build. --- bacnet-stack/demo/mstpcap/main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/bacnet-stack/demo/mstpcap/main.c b/bacnet-stack/demo/mstpcap/main.c index 8afcaf46..0075e2ab 100644 --- a/bacnet-stack/demo/mstpcap/main.c +++ b/bacnet-stack/demo/mstpcap/main.c @@ -48,9 +48,6 @@ #include "mstp.h" #include "mstptext.h" -#if defined(_WIN32) -#include /* _beginthread */ -#endif #if defined(__BORLANDC__) #include #define _timeb timeb