working release build of atdna

This commit is contained in:
Jack Andersen
2015-06-15 16:29:53 -10:00
parent dde8ac1a1c
commit c09f06b436
5 changed files with 143 additions and 89 deletions

View File

@@ -73,15 +73,16 @@ typedef struct stat64 stat64_t;
namespace Athena
{
enum class SeekOrigin
enum SeekOrigin
{
Begin,
Current,
End
};
enum class Endian
enum Endian
{
InheritEndian=0,
LittleEndian,
BigEndian
};