From 417bee2833f00dee9a8acd5da205bd9c13871098 Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 22 May 2009 01:48:55 +0000 Subject: [PATCH] Removed process.h - conflicted with MinGW. --- bacnet-stack/ports/win32/dlmstp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bacnet-stack/ports/win32/dlmstp.c b/bacnet-stack/ports/win32/dlmstp.c index 0d7458d9..e8a662f6 100644 --- a/bacnet-stack/ports/win32/dlmstp.c +++ b/bacnet-stack/ports/win32/dlmstp.c @@ -39,7 +39,6 @@ #define WIN32_LEAN_AND_MEAN #define STRICT 1 #include -#include /* Number of MS/TP Packets Rx/Tx */ uint16_t MSTP_Packets = 0;