You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
811 B
16 lines
811 B
diff -up OpenNI-1e9524ffd759841789dadb4ca19fb5d4ac5820e7/Include/XnPlatform.h.ansi OpenNI-1e9524ffd759841789dadb4ca19fb5d4ac5820e7/Include/XnPlatform.h
|
|
--- OpenNI-1e9524ffd759841789dadb4ca19fb5d4ac5820e7/Include/XnPlatform.h.ansi 2020-05-31 22:00:31.217318220 -0600
|
|
+++ OpenNI-1e9524ffd759841789dadb4ca19fb5d4ac5820e7/Include/XnPlatform.h 2020-05-31 22:01:12.855676231 -0600
|
|
@@ -61,9 +61,9 @@
|
|
#include "Win32/XnPlatformWin32.h"
|
|
#elif defined(ANDROID) && defined(__arm__)
|
|
#include "Android-Arm/XnPlatformAndroid-Arm.h"
|
|
-#elif (linux && (i386 || __x86_64__))
|
|
+#elif (__linux__ && (__i386__ || __x86_64__))
|
|
#include "Linux-x86/XnPlatformLinux-x86.h"
|
|
-#elif (linux && __arm__)
|
|
+#elif (__linux__ && __arm__)
|
|
#include "Linux-Arm/XnPlatformLinux-Arm.h"
|
|
#elif _ARC
|
|
#include "ARC/XnPlatformARC.h"
|