diff options
Diffstat (limited to 'include/m_protoint.h')
-rw-r--r-- | include/m_protoint.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index 554a08194e..471108ba55 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -24,6 +24,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_PROTOINT_H__
#define M_PROTOINT_H__ 1
+#include <m_system_cpp.h>
+
typedef enum
{
EV_PROTO_ONLOAD,
@@ -41,7 +43,7 @@ typedef enum #define PROTOCHAR TCHAR
#define PROTOFILEEVENT PROTORECVFILET
-struct PROTO_INTERFACE
+struct PROTO_INTERFACE : public MZeroedObject
{
int m_iStatus,
m_iDesiredStatus,
|