mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-22 03:03:18 +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.
|
||||
*/
|
||||
|
||||
#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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user