mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-22 11:13:21 +00:00
Fixed line endings, which caused compilation error with clang
This commit is contained in:
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef ___ILibAsyncUDPSocket___
|
#if !defined(___ILibAsyncUDPSocket___)
|
||||||
#define ___ILibAsyncUDPSocket___
|
#define ___ILibAsyncUDPSocket___
|
||||||
|
|
||||||
/*! \file ILibAsyncUDPSocket.h
|
/*! \file ILibAsyncUDPSocket.h
|
||||||
@@ -36,7 +36,8 @@ limitations under the License.
|
|||||||
#include "ILibAsyncSocket.h"
|
#include "ILibAsyncSocket.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C"
|
||||||
|
{
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef enum ILibAsyncUDPSocket_Reuse
|
typedef enum ILibAsyncUDPSocket_Reuse
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __ILibWebClient__
|
#if !defined(__ILibWebClient__)
|
||||||
#define __ILibWebClient__
|
#define __ILibWebClient__
|
||||||
|
|
||||||
#include "ILibParsers.h"
|
#include "ILibParsers.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user