1 /* -*- Mode: C; indent-tabs-mode: t; tab-width: 4 -*-
2 // ---------------------------------------------------------------------------
4 // Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
5 // ---------------------------------------------------------------------------
6 // SquirrelJME is under the Mozilla Public License Version 2.0.
7 // See license.mkd for licensing and copyright information.
8 // -------------------------------------------------------------------------*/
11 * JDWP Packet Support.
16 #ifndef SQUIRRELJME_JDWP_H
17 #define SQUIRRELJME_JDWP_H
20 #include "sjme/stream.h"
24 #ifndef SJME_CXX_IS_EXTERNED
25 #define SJME_CXX_IS_EXTERNED
26 #define SJME_CXX_SQUIRRELJME_JDWP_H
28 #endif /* #ifdef SJME_CXX_IS_EXTERNED */
29 #endif /* #ifdef __cplusplus */
31 /*--------------------------------------------------------------------------*/
33 /*--------------------------------------------------------------------------*/
37 #ifdef SJME_CXX_SQUIRRELJME_JDWP_H
39 #undef SJME_CXX_SQUIRRELJME_JDWP_H
40 #undef SJME_CXX_IS_EXTERNED
41 #endif /* #ifdef SJME_CXX_SQUIRRELJME_JDWP_H */
42 #endif /* #ifdef __cplusplus */
44 #endif /* SQUIRRELJME_JDWP_H */