You'd have to define your terms a bit better. It's straight C, if you have berkley sockets and anything even vaguely resembling POSIX there should be no need for extra support. I use the same build scripts for iOS/Android/OSX/Linux.
https://github.com/lsalzman/enet/blob/master/host.c shows a single check for a platform specific check regarding how to get a uint32 timestamp. On Thu, Aug 8, 2013 at 10:37 AM, Patrick Klos <[email protected]> wrote: > Hello List, > > Is anyone (else) interested in supporting ENet on platforms other then > Windows and *nix? (i.e. an EMBEDDED version?) > > Also, does anyone know why there is platform dependent code in host.c? > Shouldn't all such dependencies be in their respective platform-specific > source file? (there are also some DEBUG statements in protocol.c that are > platform dependent) > > Thanks, > > Patrick > > ______________________________**_________________ > ENet-discuss mailing list > [email protected] > http://lists.cubik.org/**mailman/listinfo/enet-discuss<http://lists.cubik.org/mailman/listinfo/enet-discuss> >
_______________________________________________ ENet-discuss mailing list [email protected] http://lists.cubik.org/mailman/listinfo/enet-discuss
