1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-23 03:33:35 +00:00
This commit is contained in:
Bryan Roe
2019-06-25 23:17:38 -07:00
2 changed files with 122 additions and 121 deletions

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
#ifndef ___ILibAsyncUDPSocket___
#if !defined(___ILibAsyncUDPSocket___)
#define ___ILibAsyncUDPSocket___
/*! \file ILibAsyncUDPSocket.h
@@ -36,7 +36,8 @@ limitations under the License.
#include "ILibAsyncSocket.h"
#ifdef __cplusplus
extern "C" {
extern "C"
{
#endif
typedef enum ILibAsyncUDPSocket_Reuse

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
#ifndef __ILibWebClient__
#if !defined(__ILibWebClient__)
#define __ILibWebClient__
#include "ILibParsers.h"