Skip to content

Commit

Permalink
fixup Support NDK 15b+
Browse files Browse the repository at this point in the history
  • Loading branch information
koying committed Aug 27, 2017
1 parent 02b117b commit 05a4839
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/UnrarXLib/os.hpp
@@ -1,11 +1,11 @@
#ifndef _RAR_OS_
#define _RAR_OS_

#ifdef TARGET_WINDOWS
#if defined(TARGET_WINDOWS)
#include <windows.h>
#endif

#elif defined(TARGET_ANDROID)
#include <endian.h>
#endif

#define FALSE 0
#define TRUE 1
Expand Down

0 comments on commit 05a4839

Please sign in to comment.