Updater work in progress...

This commit is contained in:
Adam Ierymenko 2013-11-01 20:39:31 -04:00
parent ae138566a9
commit ac4e657aaa
3 changed files with 125 additions and 1 deletions

View file

@ -54,6 +54,7 @@
// OSX and iOS are unix-like OSes far as we're concerned
#ifdef __APPLE__
#include <TargetConditionals.h>
#ifndef __UNIX_LIKE__
#define __UNIX_LIKE__
#endif