--- trunk/H7 Server/H7Serial.h 2007/01/31 17:05:15 32 +++ trunk/H7 Server/H7Serial.h 2007/01/31 17:22:59 33 @@ -1,9 +1,11 @@ #pragma once #include "slipserial.h" +#include "stdafx.h" class CH7Serial : public CSlipSerial { + CCriticalSection serialLock; public: CH7Serial(void); CH7Serial(char* port, int bitrate);