updated ios_app_framework

This commit is contained in:
Joseph Henry
2016-10-24 15:10:54 -07:00
parent 415a7d8fd2
commit 3a69fe1804
3 changed files with 179 additions and 41 deletions

View File

@@ -2,8 +2,8 @@
// Implementations located in src/SDK_XcodeWrapper.cpp
//
#ifndef Example_OSX_Bridging_Header_h
#define Example_OSX_Bridging_Header_h
#ifndef Example_OSX_IOS_Bridging_Header_h
#define Example_OSX_IOS_Bridging_Header_h
#include <sys/socket.h>
#include "signatures.h"
@@ -46,7 +46,7 @@ int zt_recvfrom(RECVFROM_SIG);
int zt_fcntl(FCNTL_SIG);
int zt_sendto(SENDTO_SIG);
#endif /* Example_OSX_Bridging_Header_h */
#endif /* Example_OSX_IOS_Bridging_Header_h */